Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
DataSourceInformation コレクションを表す ULConnection.GetSchema(String) で使用する定数を提供します。
Public Shared ReadOnly Property DataSourceInformation As String
public string DataSourceInformation {get;}
DataSourceInformation コレクションの名前を表す文字列。
次のコードは、DataSourceInformation コレクションを使用して DataTable を設定します。
' Visual Basic Dim schema As DataTable = _ conn.GetSchema( ULMetaDataCollectionNames.DataSourceInformation )
対応する C# 言語のコードを次に示します。
// C# DataTable schema = conn.GetSchema( ULMetaDataCollectionNames.DataSourceInformation );