Condividi tramite


CubeDef.GetSchemaObject Method (SchemaObjectType, String)

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

Spazio dei nomi: Microsoft.AnalysisServices.AdomdClient
Assembly : Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)

Sintassi

'Dichiarazione
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

Parametri

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

Valore restituito

An Object that contains an object associated with the CubeDef.

Osservazioni

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.

Exceptions are raised if schemaObjectType and uniqueName are null, empty, or outside the expected range of values. The following table details exceptions and conditions.

Exception

Condition

ArgumentNullException

uniqueName is null.

ArgumentException

uniqueName length is zero characters.

ArgumentException

uniqueName is not found.

ArgumentException

schemaObjectType is an invalid schema object type value.

ArgumentOutOfRangeException

schemaObjectType is not of type: dimension, hierarchy, level, measure, Kpi, or named set.

Thread Safety

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.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

CubeDef Class
CubeDef Members
Microsoft.AnalysisServices.AdomdClient Namespace