CubeDef.GetSchemaObject 메서드
Returns an object associated with the CubeDef from a specified schema rowset.
네임스페이스: Microsoft.AnalysisServices.AdomdServer
어셈블리: msmgdsrv(msmgdsrv.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
매개 변수
- schemaObjectType
유형: Microsoft.AnalysisServices.AdomdServer.SchemaObjectType
The SchemaObjectType enumeration value that represents the type of object to find.
- 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.