Partager via


Méthode CubeDef.GetSchemaObject (SchemaObjectType, String)

Returns an object associated with the CubeDef from a specified schema rowset.

Espace de noms :  Microsoft.AnalysisServices.AdomdClient
Assembly :  Microsoft.AnalysisServices.AdomdClient (en Microsoft.AnalysisServices.AdomdClient.dll)

Syntaxe

'Déclaration
Public Function GetSchemaObject ( _
    schemaObjectType As SchemaObjectType, _
    uniqueName As String _
) As Object
'Utilisation
Dim instance As CubeDef 
Dim schemaObjectType As SchemaObjectType 
Dim uniqueName As String 
Dim returnValue As Object 

returnValue = instance.GetSchemaObject(schemaObjectType, _
    uniqueName)
public Object GetSchemaObject(
    SchemaObjectType schemaObjectType,
    string uniqueName
)
public:
Object^ GetSchemaObject(
    SchemaObjectType schemaObjectType, 
    String^ uniqueName
)
member GetSchemaObject : 
        schemaObjectType:SchemaObjectType * 
        uniqueName:string -> Object
public function GetSchemaObject(
    schemaObjectType : SchemaObjectType, 
    uniqueName : String
) : Object

Paramètres

  • uniqueName
    Type : System.String
    The unique name of the object to find.

Valeur de retour

Type : System.Object
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.

Voir aussi

Référence

CubeDef Classe

Surcharge GetSchemaObject

Espace de noms Microsoft.AnalysisServices.AdomdClient