Classe AdomdSchemaGuid
Contains the most commonly available schema rowset GUIDs used by the GetSchemaDataSet method of the AdomdConnection.
Hierarquia de herança
System. . :: . .Object
Microsoft.AnalysisServices.AdomdClient..::..AdomdSchemaGuid
Namespace: Microsoft.AnalysisServices.AdomdClient
Assembly: Microsoft.AnalysisServices.AdomdClient (em Microsoft.AnalysisServices.AdomdClient.dll)
Sintaxe
'Declaração
Public NotInheritable Class AdomdSchemaGuid
'Uso
Dim instance As AdomdSchemaGuid
public sealed class AdomdSchemaGuid
public ref class AdomdSchemaGuid sealed
[<SealedAttribute>]
type AdomdSchemaGuid = class end
public final class AdomdSchemaGuid
O tipo AdomdSchemaGuid expõe os membros a seguir.
Métodos
Nome | Descrição | |
---|---|---|
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) |
Início
Campos
Nome | Descrição | |
---|---|---|
Actions | Contains the GUID of the MDSCHEMA_ACTIONS rowset. | |
Catalogs | Contains the GUID of the DBSCHEMA_CATALOGS schema rowset. | |
Columns | Contains the GUID of the DBSCHEMA_COLUMNS schema rowset. | |
CommandObjects | ||
Commands | ||
Connections | Contains the GUID of the DISCOVER_CONNECTIONS schema rowset. | |
Cubes | Contains the GUID of the MDSCHEMA_CUBES schema rowset. | |
DataSources | Contains the GUID of the DISCOVER_DATASOURCES schema rowset. | |
DBConnections | Contains the GUID of the DISCOVER_DB_CONNECTIONS schema rowset. | |
Dimensions | Contains the GUID of the MDSCHEMA_DIMENSIONS schema rowset. | |
DimensionStat | Contains the GUID of the DISCOVER_DIMENSION_STAT schema rowset. | |
Enumerators | Contains the GUID of the DISCOVER_ENUMERATORS schema rowset. | |
Functions | Contains the GUID of the MDSCHEMA_FUNCTIONS schema rowset. | |
Hierarchies | Contains the GUID of the MDSCHEMA_HIERARCHIES schema rowset. | |
InputDataSources | Contains the GUID of the MDSCHEMA_INPUT_DATASOURCES schema rowset. | |
Instances | Contains the GUID of the DISCOVER_INSTANCES schema rowset. | |
Jobs | Contains the GUID of the DISCOVER_JOBS schema rowset. | |
Keywords | Contains the GUID of the DISCOVER_KEYWORDS schema rowset. | |
Kpis | Contains the GUID of the MDSCHEMA_KPIS schema rowset. | |
Levels | Contains the GUID of the MDSCHEMA_LEVELS schema rowset. | |
Literals | Contains the GUID of the DISCOVER_LITERALS schema rowset. | |
Locations | Contains the GUID of the DISCOVER_LOCATIONS schema rowset. | |
Locks | Contains the GUID of the DISCOVER_LOCKS schema rowset. | |
MasterKey | Contains the GUID of the DISCOVER_MASTER_KEY schema rowset. | |
MeasureGroupDimensions | Contains the GUID of the MDSCHEMA_MEASUREGROUP_DIMENSIONS schema rowset. | |
MeasureGroups | Contains the GUID of the MDSCHEMA_MEASUREGROUPS schema rowset. | |
Measures | Contains the GUID of the MDSCHEMA_MEASURES schema rowset. | |
MemberProperties | Contains the GUID of the MDSCHEMA_PROPERTIES schema rowset. | |
Members | Contains the GUID of the MDSCHEMA_MEMBERS schema rowset. | |
MemoryGrant | Contains the GUID of the DISCOVER_MEMORYGRANT schema rowset. | |
MemoryUsage | Contains the GUID of the DISCOVER_MEMORYUSAGE schema rowset. | |
MiningColumns | Contains the GUID of the MINING_COLUMNS schema rowset. | |
MiningFunctions | Contains the GUID of the MINING_FUNCTIONS schema rowset. | |
MiningModelContent | Contains the GUID of the MINING_MODEL_CONTENT schema rowset. | |
MiningModelContentPmml | Contains the GUID of the DMSCHEMA_MINING_MODEL_CONTENT_PMML schema rowset. | |
MiningModels | Contains the GUID of the MINING_MODELS schema rowset. | |
MiningModelXml | Contains the GUID of the DMSCHEMA_MINING_MODEL_XML schema rowset. | |
MiningServiceParameters | Contains the GUID of the SERVICE_PARAMETERS schema rowset. | |
MiningServices | Contains the GUID of the MINING_SERVICES schema rowset. | |
MiningStructureColumns | Contains the GUID of the DMSCHEMA_MINING_STRUCTURE_COLUMNS schema rowset. | |
MiningStructures | Contains the GUID of the DMSCHEMA_MINING_STRUCTURES schema rowset. | |
ObjectActivity | ||
ObjectMemoryUsage | ||
PartitionDimensionStat | Contains the GUID of the DISCOVER_PARTITION_DIMENSION_STAT schema rowset. | |
PartitionStat | Contains the GUID of the DISCOVER_PARTITION_STAT schema rowset. | |
PerformanceCounters | Contains the GUID of the DISCOVER_PERFORMANCE_COUNTERS schema rowset. | |
ProviderTypes | Contains the GUID of the PROVIDER_TYPES schema rowset. | |
SchemaRowsets | Contains the GUID of the DISCOVER_SCHEMA_ROWSETS schema rowset. | |
Sessions | Contains the GUID of the DISCOVER_SESSIONS schema rowset. | |
Sets | Contains the GUID of the MDSCHEMA_SETS schema rowset. | |
StorageSegments | ||
StorageTableColumns | ||
StorageTables | ||
Tables | Contains the GUID of the DBSCHEMA_TABLES schema rowset. | |
TablesInfo | Contains the GUID of the DBSCHEMA_TABLES_INFO schema rowset. | |
TraceColumns | Contains the GUID of the DISCOVER_TRACE_COLUMNS schema rowset. | |
TraceDefinitionProviderInfo | Contains the GUID of the DISCOVER_TRACE_DEFINITION_PROVIDERINFO schema rowset. | |
TraceEventCategories | Contains the GUID of the DISCOVER_TRACE_EVENT_CATEGORIES schema rowset. | |
Traces | Contains the GUID of the DISCOVER_TRACES schema rowset. | |
Transactions | Contains the GUID of the DISCOVER_TRANSACTIONS schema rowset. | |
XmlaProperties | Contains the GUID of the DISCOVER_PROPERTIES schema rowset. | |
XmlMetadata | Contains the GUID of the DISCOVER_XML_METADATA schema rowset. |
Início
Comentários
Each field in the AdomdSchemaGuid class maps to an OLE DB or XML for Analysis schema rowset. For more information about OLE DB schema rowsets, see "Appendix B: Schema Rowsets," in the OLE DB Programmer's Reference. For more information about XML for Analysis schema rowsets, see the XML for Analysis 1.1 specification.
Observação |
---|
Some members of the AdomdSchemaGuid class (such as the CATALOGS schema rowset) may not be supported by your provider. Refer to your database documentation to determine whether you can retrieve this schema information using other techniques. |
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.