ObjectReference Class

 

Updated: May 24, 2016

Provides linkage to an object. This class cannot be inherited.

Namespace:   Microsoft.AnalysisServices.Tabular
Assembly:  Microsoft.AnalysisServices.Tabular (in Microsoft.AnalysisServices.Tabular.dll)

System::Object
  Microsoft.AnalysisServices.Tabular::ObjectReference

public ref class ObjectReference sealed 

NameDescription
System_CAPS_pubmethodObjectReference()

Initializes a new instance of the ObjectReference class.

NameDescription
System_CAPS_pubpropertyAssemblyID

Gets or sets the assembly identifier associated with a given ObjectReference object.

System_CAPS_pubpropertyDatabaseID

Gets or sets the identifier for the database in which the object resides.

System_CAPS_pubpropertyIsValid

Gets a value indicating whether the object referenced is valid.

System_CAPS_pubpropertyRoleID

Gets or sets the role identifier for the object referenced.

System_CAPS_pubpropertyTraceID

Gets or sets the trace identifier for the object referenced.

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticDeserialize(String^, Boolean)

Converts an XML fragment to the ObjectReference specified by the xmlFragment and xmlFragmentIsComplete parameters.

System_CAPS_pubmethodSystem_CAPS_staticDeserialize(XmlReader^)

Converts an XML representation of an object reference to an ObjectReference object by using an xmlReader.

System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodSystem_CAPS_staticGetObjectReference(IMajorObject^)

Gets the object ID of the specified object.

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_pubmethodReadContent(XmlReader^)

Reads the content referenced by the ObjectReference object.

System_CAPS_pubmethodSystem_CAPS_staticResolveObjectReference(Database^, ObjectReference^)

Resolves an ObjectReference object with the specified database and object reference.

System_CAPS_pubmethodSystem_CAPS_staticResolveObjectReference(Server^, ObjectReference^)

Resolves an ObjectReference object with the specified database and object reference.

System_CAPS_pubmethodResolveReference(Database^)

Resolves an ObjectReference object with the specified database.

System_CAPS_pubmethodResolveReference(Database^, Boolean)

Resolves an ObjectReference object with the specified database and force load.

System_CAPS_pubmethodResolveReference(Server^)

Resolves an ObjectReference object with the specified server.

System_CAPS_pubmethodResolveReference(Server^, Boolean)

Resolves an ObjectReference object with the specified server and force load.

System_CAPS_pubmethodSerialize()

Converts the ObjectReference to an XML version.

System_CAPS_pubmethodSerialize(XmlWriter^)

Converts the ObjectReference to an XML version by using an xmlWriter.

System_CAPS_pubmethodToString()

(Inherited from Object.)

System_CAPS_pubmethodWriteContent(XmlWriter^)

Writes out a serialized ObjectReference by using an xmlWriter.

Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: