DataConnector
GetSchema(String) メソッド

C1.AdoNet.ServiceNow アセンブリ > C1.DataConnector.AdoNet 名前空間 > C1ConnectionBase クラス > GetSchema メソッド : GetSchema(String) メソッド
Specifies the name of the schema to return.
Returns schema information for the data source of this C1ConnectionBase using the specified string for the schema name.
シンタックス
'宣言
 
Public Overloads Overrides Function GetSchema( _
   ByVal collectionName As System.String _
) As System.Data.DataTable
public override System.Data.DataTable GetSchema( 
   System.string collectionName
)

パラメータ

collectionName
Specifies the name of the schema to return.

戻り値の型

A System.Data.DataTable that contains schema information.
参照

C1ConnectionBase クラス
C1ConnectionBase メンバ
オーバーロード一覧