AdomdConnection.GetSchemaDataSet Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetSchemaDataSet(String, String, AdomdRestrictionCollection, Boolean, AdomdPropertyCollection) | |
GetSchemaDataSet(String, String, AdomdRestrictionCollection, Boolean) |
GetSchemaDataSet |
GetSchemaDataSet(String, String, AdomdRestrictionCollection) |
GetSchemaDataSet |
GetSchemaDataSet(Guid, Object[], Boolean) |
GetSchemaDataSet |
GetSchemaDataSet(String, AdomdRestrictionCollection) |
GetSchemaDataSet |
GetSchemaDataSet(Guid, Object[]) |
GetSchemaDataSet |
GetSchemaDataSet(String, AdomdRestrictionCollection, Boolean) |
GetSchemaDataSet |
GetSchemaDataSet(String, String, AdomdRestrictionCollection, Boolean, AdomdPropertyCollection)
public System.Data.DataSet GetSchemaDataSet (string schemaName, string schemaNamespace, Microsoft.AnalysisServices.AdomdClient.AdomdRestrictionCollection restrictions, bool throwOnInlineErrors, Microsoft.AnalysisServices.AdomdClient.AdomdPropertyCollection requestProperties);
member this.GetSchemaDataSet : string * string * Microsoft.AnalysisServices.AdomdClient.AdomdRestrictionCollection * bool * Microsoft.AnalysisServices.AdomdClient.AdomdPropertyCollection -> System.Data.DataSet
Public Function GetSchemaDataSet (schemaName As String, schemaNamespace As String, restrictions As AdomdRestrictionCollection, throwOnInlineErrors As Boolean, requestProperties As AdomdPropertyCollection) As DataSet
Parameters
- schemaName
- String
- schemaNamespace
- String
- restrictions
- AdomdRestrictionCollection
- throwOnInlineErrors
- Boolean
- requestProperties
- AdomdPropertyCollection
Returns
Applies to
GetSchemaDataSet(String, String, AdomdRestrictionCollection, Boolean)
GetSchemaDataSet
public System.Data.DataSet GetSchemaDataSet (string schemaName, string schemaNamespace, Microsoft.AnalysisServices.AdomdClient.AdomdRestrictionCollection restrictions, bool throwOnInlineErrors);
member this.GetSchemaDataSet : string * string * Microsoft.AnalysisServices.AdomdClient.AdomdRestrictionCollection * bool -> System.Data.DataSet
Public Function GetSchemaDataSet (schemaName As String, schemaNamespace As String, restrictions As AdomdRestrictionCollection, throwOnInlineErrors As Boolean) As DataSet
Parameters
- schemaName
- String
schemaName
- schemaNamespace
- String
schemaNamespace
- restrictions
- AdomdRestrictionCollection
restrictions
- throwOnInlineErrors
- Boolean
throwOnInlineErrors
Returns
Information not available for this release.
Applies to
GetSchemaDataSet(String, String, AdomdRestrictionCollection)
GetSchemaDataSet
public System.Data.DataSet GetSchemaDataSet (string schemaName, string schemaNamespace, Microsoft.AnalysisServices.AdomdClient.AdomdRestrictionCollection restrictions);
member this.GetSchemaDataSet : string * string * Microsoft.AnalysisServices.AdomdClient.AdomdRestrictionCollection -> System.Data.DataSet
Public Function GetSchemaDataSet (schemaName As String, schemaNamespace As String, restrictions As AdomdRestrictionCollection) As DataSet
Parameters
- schemaName
- String
schemaName
- schemaNamespace
- String
schemaNamespace
- restrictions
- AdomdRestrictionCollection
restrictions
Returns
Information not available for this release.
Applies to
GetSchemaDataSet(Guid, Object[], Boolean)
GetSchemaDataSet
public System.Data.DataSet GetSchemaDataSet (Guid schema, object[] restrictions, bool throwOnInlineErrors);
member this.GetSchemaDataSet : Guid * obj[] * bool -> System.Data.DataSet
Public Function GetSchemaDataSet (schema As Guid, restrictions As Object(), throwOnInlineErrors As Boolean) As DataSet
Parameters
- schema
- Guid
schema
- restrictions
- Object[]
restrictions
- throwOnInlineErrors
- Boolean
throwOnInlineErrors
Returns
Information not available for this release.
Applies to
GetSchemaDataSet(String, AdomdRestrictionCollection)
GetSchemaDataSet
public System.Data.DataSet GetSchemaDataSet (string schemaName, Microsoft.AnalysisServices.AdomdClient.AdomdRestrictionCollection restrictions);
member this.GetSchemaDataSet : string * Microsoft.AnalysisServices.AdomdClient.AdomdRestrictionCollection -> System.Data.DataSet
Public Function GetSchemaDataSet (schemaName As String, restrictions As AdomdRestrictionCollection) As DataSet
Parameters
- schemaName
- String
schemaName
- restrictions
- AdomdRestrictionCollection
restrictions
Returns
Information not available for this release.
Applies to
GetSchemaDataSet(Guid, Object[])
GetSchemaDataSet
public System.Data.DataSet GetSchemaDataSet (Guid schema, object[] restrictions);
member this.GetSchemaDataSet : Guid * obj[] -> System.Data.DataSet
Public Function GetSchemaDataSet (schema As Guid, restrictions As Object()) As DataSet
Parameters
- schema
- Guid
schema
- restrictions
- Object[]
restrictions
Returns
Information not available for this release.
Applies to
GetSchemaDataSet(String, AdomdRestrictionCollection, Boolean)
GetSchemaDataSet
public System.Data.DataSet GetSchemaDataSet (string schemaName, Microsoft.AnalysisServices.AdomdClient.AdomdRestrictionCollection restrictions, bool throwOnInlineErrors);
member this.GetSchemaDataSet : string * Microsoft.AnalysisServices.AdomdClient.AdomdRestrictionCollection * bool -> System.Data.DataSet
Public Function GetSchemaDataSet (schemaName As String, restrictions As AdomdRestrictionCollection, throwOnInlineErrors As Boolean) As DataSet
Parameters
- schemaName
- String
schemaName
- restrictions
- AdomdRestrictionCollection
restrictions
- throwOnInlineErrors
- Boolean
throwOnInlineErrors
Returns
Information not available for this release.