Muistiinpano
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää kirjautua sisään tai vaihtaa hakemistoa.
Tämän sivun käyttö edellyttää valtuutusta. Voit yrittää vaihtaa hakemistoa.
Returns schema information from a data source
Overload List
| Name | Description |
|---|---|
| AdomdConnection.GetSchemaDataSet (Guid, Object[]) |
Returns schema information from a data source by using a Guid object to specify which schema information to return and by applying any specified restrictions to the information.
|
| AdomdConnection.GetSchemaDataSet (String, AdomdRestrictionCollection) |
Returns schema information from a data source by using a schema name to identify which schema to retrieve and by applying any specified restrictions to the information.
|
| AdomdConnection.GetSchemaDataSet (Guid, Object[], Boolean) |
Returns schema information from a data source by using a Guid object to identify the information, applying any specified restrictions on the information, and optionally throwing an exception when inline errors occur.
|
| AdomdConnection.GetSchemaDataSet (String, AdomdRestrictionCollection, Boolean) |
Returns schema information from a data source by using a schema name to identify the information, applying any specified restrictions to the information, and optionally throwing an exception when inline errors occur.
|
| AdomdConnection.GetSchemaDataSet (String, String, AdomdRestrictionCollection) |
Returns schema information from a data source by using a schema name and namespace to identify the information, and by applying any specified restrictions to the information.
|
| AdomdConnection.GetSchemaDataSet (String, String, AdomdRestrictionCollection, Boolean) |
Returns schema information from a data source by using a schema name and namespace to identify the information, applying any specified restrictions to the information, and, optionally throwing an exception when inline errors occur.
|
See Also
Reference
AdomdConnection Class
AdomdConnection Members
Microsoft.AnalysisServices.AdomdClient Namespace