共用方式為


CubeDef.GetSchemaObject 方法 (SchemaObjectType, String)

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

命名空間:  Microsoft.AnalysisServices.AdomdClient
組件:  Microsoft.AnalysisServices.AdomdClient (在 Microsoft.AnalysisServices.AdomdClient.dll 中)

語法

'宣告
Public Function GetSchemaObject ( _
    schemaObjectType As SchemaObjectType, _
    uniqueName As String _
) As Object
'用途
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

參數

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

傳回值

型別:System.Object
An Object that contains an object associated with the CubeDef.

備註

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.

請參閱

參考

CubeDef 類別

GetSchemaObject 多載

Microsoft.AnalysisServices.AdomdClient 命名空間