Provides a constant for use with the ULConnection.GetSchema(String) that represents the DataSourceInformation collection.
Visual Basic Public Shared Readonly Property DataSourceInformation As String
C# public const string DataSourceInformation { get;}
A string representing the name of the DataSourceInformation collection.
The following code fills a DataTable with the DataSourceInformation collection.
' Visual Basic Dim schema As DataTable = _ conn.GetSchema( ULMetaDataCollectionNames.DataSourceInformation ) // C# DataTable schema = conn.GetSchema( ULMetaDataCollectionNames.DataSourceInformation ); |
Envoyer votre avis sur cette page par email. | Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |