CubeDef.GetSchemaObject Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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.