Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
提供用于与 ULConnection.GetSchema(String) 方法配合使用以表示 DataSourceInformation 集合的常量。
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 );