AdomdConnection.GetSchemaDataSet 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
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
參數
- schemaName
- String
- schemaNamespace
- String
- restrictions
- AdomdRestrictionCollection
- throwOnInlineErrors
- Boolean
- requestProperties
- AdomdPropertyCollection
傳回
適用於
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
參數
- schemaName
- String
schemaName
- schemaNamespace
- String
schemaNamespace
- restrictions
- AdomdRestrictionCollection
限制
- throwOnInlineErrors
- Boolean
throwOnInlineErrors
傳回
此版本沒有可使用的資訊。
適用於
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
參數
- schemaName
- String
schemaName
- schemaNamespace
- String
schemaNamespace
- restrictions
- AdomdRestrictionCollection
限制
傳回
此版本沒有可使用的資訊。
適用於
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
參數
- schema
- Guid
結構描述
- restrictions
- Object[]
限制
- throwOnInlineErrors
- Boolean
throwOnInlineErrors
傳回
此版本沒有可使用的資訊。
適用於
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
參數
- schemaName
- String
schemaName
- restrictions
- AdomdRestrictionCollection
限制
傳回
此版本沒有可使用的資訊。
適用於
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
參數
- schema
- Guid
結構描述
- restrictions
- Object[]
限制
傳回
此版本沒有可使用的資訊。
適用於
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
參數
- schemaName
- String
schemaName
- restrictions
- AdomdRestrictionCollection
限制
- throwOnInlineErrors
- Boolean
throwOnInlineErrors
傳回
此版本沒有可使用的資訊。