AdomdConnection.GetSchemaDataSet Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
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
Parâmetros
- schemaName
- String
- schemaNamespace
- String
- restrictions
- AdomdRestrictionCollection
- throwOnInlineErrors
- Boolean
- requestProperties
- AdomdPropertyCollection
Retornos
Aplica-se a
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
Parâmetros
- schemaName
- String
schemaName
- schemaNamespace
- String
schemaNamespace
- restrictions
- AdomdRestrictionCollection
restrições
- throwOnInlineErrors
- Boolean
throwOnInlineErrors
Retornos
Informações não disponíveis para esta versão.
Aplica-se a
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
Parâmetros
- schemaName
- String
schemaName
- schemaNamespace
- String
schemaNamespace
- restrictions
- AdomdRestrictionCollection
restrições
Retornos
Informações não disponíveis para esta versão.
Aplica-se a
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
Parâmetros
- schema
- Guid
esquema
- restrictions
- Object[]
restrições
- throwOnInlineErrors
- Boolean
throwOnInlineErrors
Retornos
Informações não disponíveis para esta versão.
Aplica-se a
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
Parâmetros
- schemaName
- String
schemaName
- restrictions
- AdomdRestrictionCollection
restrições
Retornos
Informações não disponíveis para esta versão.
Aplica-se a
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
Parâmetros
- schema
- Guid
esquema
- restrictions
- Object[]
restrições
Retornos
Informações não disponíveis para esta versão.
Aplica-se a
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
Parâmetros
- schemaName
- String
schemaName
- restrictions
- AdomdRestrictionCollection
restrições
- throwOnInlineErrors
- Boolean
throwOnInlineErrors
Retornos
Informações não disponíveis para esta versão.