Method |
Description |
|
GetAnnotations ( ExtendedPropertyCollection props ) : List |
|
|
GetColumns ( Microsoft table ) : List |
|
|
GetConnections ( Server server, Microsoft database ) : Connections |
|
|
GetDatabases ( Microsoft database ) : List |
|
|
GetDimensions ( Microsoft database ) : List |
|
|
GetFacts ( Microsoft database ) : List |
|
|
GetIndexes ( Microsoft table ) : List |
|
|
GetKeys ( Microsoft table ) : Keys |
|
|
GetSchemas ( Microsoft database ) : List |
|
|
GetTables ( Microsoft database, bool splitFactsAndDimensions ) : List
Method Details
GetAnnotations()
public method
public GetAnnotations ( ExtendedPropertyCollection props ) : List |
props |
ExtendedPropertyCollection |
|
return |
List |
|
GetColumns()
public method
public GetColumns ( Microsoft table ) : List |
table |
Microsoft |
|
return |
List |
|
GetConnections()
public method
public GetConnections ( Server server, Microsoft database ) : Connections |
server |
Server |
|
database |
Microsoft |
|
return |
Connections |
|
GetDatabases()
public method
public GetDatabases ( Microsoft database ) : List |
database |
Microsoft |
|
return |
List |
|
GetDimensions()
public method
public GetDimensions ( Microsoft database ) : List |
database |
Microsoft |
|
return |
List |
|
public GetFacts ( Microsoft database ) : List |
database |
Microsoft |
|
return |
List |
|
GetIndexes()
public method
public GetIndexes ( Microsoft table ) : List |
table |
Microsoft |
|
return |
List |
|
public GetKeys ( Microsoft table ) : Keys |
table |
Microsoft |
|
return |
Keys |
|
GetSchemas()
public method
public GetSchemas ( Microsoft database ) : List |
database |
Microsoft |
|
return |
List |
|
GetTables()
public method
public GetTables ( Microsoft database, bool splitFactsAndDimensions ) : List
database |
Microsoft |
|
splitFactsAndDimensions |
bool |
|
return |
List
| | |