IDatabaseDataSourceType Property |
Data source type - c-tree or ODBC type
Namespace:
SuperOffice.COM.Application
Assembly:
SOCRM.Interop (in SOCRM.Interop.dll) Version: 8.0.0.0
SyntaxEDBType DataSourceType { get; }
ReadOnly Property DataSourceType As EDBType
Get
Dim instance As IDatabase
Dim value As EDBType
value = instance.DataSourceType
property EDBType DataSourceType {
EDBType get ();
}
Property Value
Type:
EDBType
See Also