C# Class BimlGen.BimlService

Methods to retrieve SMO data and transform it into a POCO representation of BIML
Afficher le fichier Open project: jgsato/BimlGen Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public GetAnnotations ( ExtendedPropertyCollection props ) : List
props ExtendedPropertyCollection
Résultat List

GetColumns() public méthode

public GetColumns ( Microsoft table ) : List
table Microsoft
Résultat List

GetConnections() public méthode

public GetConnections ( Server server, Microsoft database ) : Connections
server Server
database Microsoft
Résultat Connections

GetDatabases() public méthode

public GetDatabases ( Microsoft database ) : List
database Microsoft
Résultat List

GetDimensions() public méthode

public GetDimensions ( Microsoft database ) : List
database Microsoft
Résultat List

GetFacts() public méthode

public GetFacts ( Microsoft database ) : List
database Microsoft
Résultat List

GetIndexes() public méthode

public GetIndexes ( Microsoft table ) : List
table Microsoft
Résultat List

GetKeys() public méthode

public GetKeys ( Microsoft table ) : Keys
table Microsoft
Résultat Keys

GetSchemas() public méthode

public GetSchemas ( Microsoft database ) : List
database Microsoft
Résultat List

GetTables() public méthode

public GetTables ( Microsoft database, bool splitFactsAndDimensions ) : List
database Microsoft
splitFactsAndDimensions bool
Résultat List