CubeDef.GetSchemaObject Method

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

네임스페이스: Microsoft.AnalysisServices.AdomdServer
어셈블리: msmgdsrv (in msmgdsrv.dll)

구문

‘선언
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

매개 변수

  • schemaObjectType
    The SchemaObjectType enumeration value that represents the type of object to find.
  • uniqueName
    The unique name of the object to find.

반환 값

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.

스레드 보안

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.

플랫폼

개발 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

대상 플랫폼

지원되는 플랫폼 목록은 SQL Server 2005 설치를 위한 하드웨어 및 소프트웨어 요구 사항을 참조하십시오.

참고 항목

참조

CubeDef Class
CubeDef Members
Microsoft.AnalysisServices.AdomdServer Namespace