GetSchemaObject メソッド (SchemaObjectType, String)
指定されたスキーマ行セットから CubeDef に関連付けられたオブジェクトを返します。
名前空間: 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
パラメーター
- schemaObjectType
型: Microsoft.AnalysisServices.AdomdClient. . :: . .SchemaObjectType
検索対象のオブジェクトの型を表す SchemaObjectType 列挙値です。
- uniqueName
型: System. . :: . .String
検索するオブジェクトの一意の名前です。
戻り値
型: System. . :: . .Object
CubeDef に関連付けられたオブジェクトを含む Object です。
説明
このメソッドを使用すると、Dimension、Hierarchy、Level、Member、Measure、NamedSet、およびその他の CubeDef に関連付けられたオブジェクトを取得できます。その場合、それらのオブジェクトに関連付けられたコレクションに移動する必要はありません。
uniqueName パラメータが空の文字列に設定されている場合、または指定されたオブジェクトが見つからない場合、例外が発生します。