CubeDef.GetSchemaObject Method
Returns an object associated with the CubeDef from a specified schema rowset.
Espace de noms: Microsoft.AnalysisServices.AdomdServer
Assembly: msmgdsrv (in msmgdsrv.dll)
Syntaxe
'Déclaration
Public Function GetSchemaObject ( _
schemaObjectType As SchemaObjectType, _
uniqueName As String _
) As Object
public Object GetSchemaObject (
SchemaObjectType schemaObjectType,
string uniqueName
)
public:
Object^ GetSchemaObject (
SchemaObjectType schemaObjectType,
String^ uniqueName
)
public Object GetSchemaObject (
SchemaObjectType schemaObjectType,
String uniqueName
)
public function GetSchemaObject (
schemaObjectType : SchemaObjectType,
uniqueName : String
) : Object
Paramètres
- schemaObjectType
The SchemaObjectType enumeration value that represents the type of object to find.
- uniqueName
The unique name of the object to find.
Valeur de retour
An Object that contains an object associated with the CubeDef.
Notes
This method can be used to retrieve Dimension, Hierarchy, Level, Member, Measure, NamedSet, and other objects that are associated with the CubeDef without navigating the collections associated with these objects.
If the uniqueName parameter is set to an empty string, or if the specified object cannot be found, an exception is raised.
Sécurité des threads
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Plateformes
Plateformes de développement
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Plateformes cibles
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Voir aussi
Référence
CubeDef Class
CubeDef Members
Microsoft.AnalysisServices.AdomdServer Namespace