Share via


CubeDef.GetSchemaObject Méthode

Définition

Surcharges

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

Paramètres

schemaObjectType
SchemaObjectType

schemaObjectType

uniqueName
String

uniqueName

Retours

Informations non disponibles pour cette version.

S’applique à

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

Paramètres

schemaObjectType
SchemaObjectType

schemaObjectType

uniqueName
String

uniqueName

retryUniqueNameOnServer
Boolean

retryUniqueNameOnServer

Retours

Informations non disponibles pour cette version.

S’applique à