ObjectReference Class
Updated: May 24, 2016
Provides linkage to an object. This class cannot be inherited.
Assembly: Microsoft.AnalysisServices.Tabular (in Microsoft.AnalysisServices.Tabular.dll)
| Name | Description | |
|---|---|---|
![]() | ObjectReference() | Initializes a new instance of the ObjectReference class. |
| Name | Description | |
|---|---|---|
![]() | AssemblyID | Gets or sets the assembly identifier associated with a given ObjectReference object. |
![]() | DatabaseID | Gets or sets the identifier for the database in which the object resides. |
![]() | IsValid | Gets a value indicating whether the object referenced is valid. |
![]() | RoleID | Gets or sets the role identifier for the object referenced. |
![]() | TraceID | Gets or sets the trace identifier for the object referenced. |
| Name | Description | |
|---|---|---|
![]() ![]() | Deserialize(String^, Boolean) | Converts an XML fragment to the ObjectReference specified by the xmlFragment and xmlFragmentIsComplete parameters. |
![]() ![]() | Deserialize(XmlReader^) | Converts an XML representation of an object reference to an ObjectReference object by using an xmlReader. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() ![]() | GetObjectReference(IMajorObject^) | Gets the object ID of the specified object. |
![]() | GetType() | (Inherited from Object.) |
![]() | ReadContent(XmlReader^) | Reads the content referenced by the ObjectReference object. |
![]() ![]() | ResolveObjectReference(Database^, ObjectReference^) | Resolves an ObjectReference object with the specified database and object reference. |
![]() ![]() | ResolveObjectReference(Server^, ObjectReference^) | Resolves an ObjectReference object with the specified database and object reference. |
![]() | ResolveReference(Database^) | Resolves an ObjectReference object with the specified database. |
![]() | ResolveReference(Database^, Boolean) | Resolves an ObjectReference object with the specified database and force load. |
![]() | ResolveReference(Server^) | Resolves an ObjectReference object with the specified server. |
![]() | ResolveReference(Server^, Boolean) | Resolves an ObjectReference object with the specified server and force load. |
![]() | Serialize() | Converts the ObjectReference to an XML version. |
![]() | Serialize(XmlWriter^) | Converts the ObjectReference to an XML version by using an xmlWriter. |
![]() | ToString() | (Inherited from Object.) |
![]() | WriteContent(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.


