CubeDef.GetSchemaObject Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.