CubeDef.GetSchemaObject Method

Definition

Overloads

GetSchemaObject(SchemaObjectType, String)

GetSchemaObject

GetSchemaObject(SchemaObjectType, String, Boolean)

GetSchemaObject

GetSchemaObject(SchemaObjectType, String)

GetSchemaObject

public object GetSchemaObject (Microsoft.AnalysisServices.AdomdClient.SchemaObjectType schemaObjectType, string uniqueName);
member this.GetSchemaObject : Microsoft.AnalysisServices.AdomdClient.SchemaObjectType * string -> obj
Public Function GetSchemaObject (schemaObjectType As SchemaObjectType, uniqueName As String) As Object

Parameters

schemaObjectType
SchemaObjectType

schemaObjectType

uniqueName
String

uniqueName

Returns

Information not available for this release.

Applies to

GetSchemaObject(SchemaObjectType, String, Boolean)

GetSchemaObject

public object GetSchemaObject (Microsoft.AnalysisServices.AdomdClient.SchemaObjectType schemaObjectType, string uniqueName, bool retryUniqueNameOnServer);
member this.GetSchemaObject : Microsoft.AnalysisServices.AdomdClient.SchemaObjectType * string * bool -> obj
Public Function GetSchemaObject (schemaObjectType As SchemaObjectType, uniqueName As String, retryUniqueNameOnServer As Boolean) As Object

Parameters

schemaObjectType
SchemaObjectType

schemaObjectType

uniqueName
String

uniqueName

retryUniqueNameOnServer
Boolean

retryUniqueNameOnServer

Returns

Information not available for this release.

Applies to