Share via


CubeDef.GetSchemaObject Metodo

Definizione

Overload

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

Parametri

schemaObjectType
SchemaObjectType

schemaObjectType

uniqueName
String

uniqueName

Restituisce

Informazioni non disponibili per questa versione.

Si applica a

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

Parametri

schemaObjectType
SchemaObjectType

schemaObjectType

uniqueName
String

uniqueName

retryUniqueNameOnServer
Boolean

retryUniqueNameOnServer

Restituisce

Informazioni non disponibili per questa versione.

Si applica a