Metoda AdomdConnection.GetSchemaDataSet (String, String, AdomdRestrictionCollection)
Zwraca informacje dotyczące schematu źródło danych przy użyciu nazwy schematu i obszaru nazw do identyfikowania informacji i przy zastosowaniu wszelkich ograniczeń określonych informacji.
Przestrzeń nazw: Microsoft.AnalysisServices.AdomdClient
Zestaw: Microsoft.AnalysisServices.AdomdClient (w Microsoft.AnalysisServices.AdomdClient.dll)
Składnia
'Deklaracja
Public Function GetSchemaDataSet ( _
schemaName As String, _
schemaNamespace As String, _
restrictions As AdomdRestrictionCollection _
) As DataSet
'Użycie
Dim instance As AdomdConnection
Dim schemaName As String
Dim schemaNamespace As String
Dim restrictions As AdomdRestrictionCollection
Dim returnValue As DataSet
returnValue = instance.GetSchemaDataSet(schemaName, _
schemaNamespace, restrictions)
public DataSet GetSchemaDataSet(
string schemaName,
string schemaNamespace,
AdomdRestrictionCollection restrictions
)
public:
DataSet^ GetSchemaDataSet(
String^ schemaName,
String^ schemaNamespace,
AdomdRestrictionCollection^ restrictions
)
member GetSchemaDataSet :
schemaName:string *
schemaNamespace:string *
restrictions:AdomdRestrictionCollection -> DataSet
public function GetSchemaDataSet(
schemaName : String,
schemaNamespace : String,
restrictions : AdomdRestrictionCollection
) : DataSet
Parametry
- schemaName
Typ: System.String
Nazwa schematu, które mają zostać pobrane.
- schemaNamespace
Typ: System.String
Nazwa obszaru nazw schematu do pobrania.
- restrictions
Typ: Microsoft.AnalysisServices.AdomdClient.AdomdRestrictionCollection
Kolekcja AdomdRestriction obiektów, który określa wartości dla kolumn ograniczeń, że schemat tabela zastosowań.
Wartość zwracana
Typ: System.Data.DataSet
A DataSet , oznaczającą zawartość określonej tabela Schemat OLE DB.
Uwagi
Tabela schematu jest zwracany jako DataSet ma ten sam format jako zestaw wierszy schematu OLE DB, określony przez schemaName parametru.Użyj restrictions parametru do filtrowania wierszy zwracanych w DataSet.(Na przykład, można określić ograniczenia dla tabela Nazwa, typ, właściciel lub schematu.)
Ostrzeżenie
Jeśli schemat zawiera zagnieżdżonych zestawów wierszy, więcej tabel mogą być zwracane w DataSet.