Returns an object associated with the CubeDef from a specified schema rowset.
命名空間: Microsoft.AnalysisServices.AdomdClient
組件: Microsoft.AnalysisServices.AdomdClient (in microsoft.analysisservices.adomdclient.dll)
語法
'宣告
Public Function GetSchemaObject ( _
schemaObjectType As SchemaObjectType, _
uniqueName As String, _
retryUniqueNameOnServer As Boolean _
) As Object
public Object GetSchemaObject (
SchemaObjectType schemaObjectType,
string uniqueName,
bool retryUniqueNameOnServer
)
public:
Object^ GetSchemaObject (
SchemaObjectType schemaObjectType,
String^ uniqueName,
bool retryUniqueNameOnServer
)
public Object GetSchemaObject (
SchemaObjectType schemaObjectType,
String uniqueName,
boolean retryUniqueNameOnServer
)
public function GetSchemaObject (
schemaObjectType : SchemaObjectType,
uniqueName : String,
retryUniqueNameOnServer : boolean
) : Object
參數
- schemaObjectType
The SchemaObjectType enumeration value that represents the type of object to find.
- uniqueName
The unique name of the object to find.
- retryUniqueNameOnServer
Determines whether to resolve the unique name on the server if it is not found in the client cache. Setting this to false may improve performance by preventing round trips to the server when objects are not found in the client cache. This should be set to false only when the uniqueName parameter is in the same format as the format used by the client cache, thus preventing the need to attempt unique name resolution on the server.
傳回值
An Object that contains an object associated with the CubeDef.
備註
This method can be used to retrieve Dimension, Hierarchy, Level, Member, Measure, NamedSet, and other objects that are associated with the CubeDef without navigating the collections associated with these objects.
If the uniqueName parameter is set to an empty string, or if the specified object cannot be found, an exception is raised.
執行緒安全性
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
平台
開發平台
如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。
目標平台
如需受支援的平台清單,請參閱<安裝 SQL Server 2005 的硬體和軟體需求>。
請參閱
參考
CubeDef Class
CubeDef Members
Microsoft.AnalysisServices.AdomdClient Namespace