Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Gets the object reference for the specified object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Shared Function GetObjectReference ( _
obj As IMajorObject _
) As ObjectReference
'Usage
Dim obj As IMajorObject
Dim returnValue As ObjectReference
returnValue = ObjectReference.GetObjectReference(obj)
public static ObjectReference GetObjectReference(
IMajorObject obj
)
public:
static ObjectReference^ GetObjectReference(
IMajorObject^ obj
)
static member GetObjectReference :
obj:IMajorObject -> ObjectReference
public static function GetObjectReference(
obj : IMajorObject
) : ObjectReference
Parameters
- obj
Type: Microsoft.AnalysisServices.IMajorObject
The object.
Return Value
Type: Microsoft.AnalysisServices.ObjectReference
The object reference.