Compartilhar via


Classe ObjectReference

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

Hierarquia de herança

System.Object
  Microsoft.AnalysisServices.ObjectReference

Namespace:  Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices (em Microsoft.AnalysisServices.dll)

Sintaxe

'Declaração
Public NotInheritable Class ObjectReference
'Uso
Dim instance As ObjectReference
public sealed class ObjectReference
public ref class ObjectReference sealed
[<SealedAttribute>]
type ObjectReference =  class end
public final class ObjectReference

O tipo ObjectReference expõe os membros a seguir.

Construtores

  Nome Descrição
Método público ObjectReference Initializes a new instance of the ObjectReference class.

Início

Propriedades

  Nome Descrição
Propriedade pública AggregationDesignID Gets or sets the aggregation design identifier for a given ObjectReference object.
Propriedade pública AssemblyID Gets or sets the assembly identifier associated with a given ObjectReference object.
Propriedade pública CubeID Gets or sets the identifier for the cube in which the object resides.
Propriedade pública CubePermissionID Gets or sets the cube permission identifier for the cube in which the object resides.
Propriedade pública DatabaseID Gets or sets the identifier for the database in which the object resides.
Propriedade pública DatabasePermissionID Gets or sets the database permission identifier for the cube in which the object resides.
Propriedade pública DataSourceID Gets or sets the data source identifier for the cube in which the object resides.
Propriedade pública DataSourcePermissionID Gets or sets the data source permission identifier for the cube in which the object resides.
Propriedade pública DataSourceViewID Gets or sets the data source view identifier for the cube in which the object resides.
Propriedade pública DimensionID Gets or sets the dimension identifier in which the object resides.
Propriedade pública DimensionPermissionID Gets or sets the dimension permission identifier in which the object resides.
Propriedade pública IsValid Gets a value indicating whether the object referenced is valid.
Propriedade pública MdxScriptID Gets or sets the MDX Script identifier for the object referenced.
Propriedade pública MeasureGroupID Gets or sets the identifier of the measure group in which the object resides.
Propriedade pública MiningModelID Gets or sets the identifier of the mining model in which the object resides.
Propriedade pública MiningModelPermissionID Gets or sets the mining model permission identifier for the object referenced.
Propriedade pública MiningStructureID Gets or sets the mining structure identifier for the object referenced.
Propriedade pública MiningStructurePermissionID Gets or sets the mining structure permission identifier for the object referenced.
Propriedade pública PartitionID Gets or sets the partition identifier for the object referenced.
Propriedade pública PerspectiveID Gets or sets the perspective identifier for the object referenced.
Propriedade pública RoleID Gets or sets the role identifier for the object referenced.
Propriedade pública TraceID Gets or sets the trace identifier for the object referenced.

Início

Métodos

  Nome Descrição
Método públicoMembro estático Deserialize(XmlReader) Converts an XML representation of an object reference to an ObjectReference object by using an xmlReader.
Método públicoMembro estático Deserialize(String, Boolean) Converts an XML fragment to the ObjectReference object specified by the xmlFragment and xmlFragmentIsComplete parameters.
Método público Equals (Herdado de Object.)
Método público GetHashCode (Herdado de Object.)
Método públicoMembro estático GetObjectReference Infraestrutura. Gets the object reference for the specified object.
Método público GetType (Herdado de Object.)
Método público ReadContent Reads the content referenced by the ObjectReference object.
Método públicoMembro estático ResolveObjectReference(Database, ObjectReference) Infraestrutura. Resolves an ObjectReference object with the specified database and object reference.
Método públicoMembro estático ResolveObjectReference(Server, ObjectReference) Infraestrutura. Resolves an ObjectReference object with the specified database and object reference.
Método público ResolveReference(Database) Infraestrutura. Resolves an ObjectReference object with the specified database.
Método público ResolveReference(Server) Infraestrutura. Resolves an ObjectReference object with the specified server.
Método público ResolveReference(Database, Boolean) Infraestrutura. Resolves an ObjectReference object with the specified database and force load.
Método público ResolveReference(Server, Boolean) Infraestrutura. Resolves an ObjectReference object with the specified server and force load.
Método público Serialize() Converts the ObjectReference to an XML version.
Método público Serialize(XmlWriter) Converts the ObjectReference to an XML version by using an xmlWriter.
Método público ToString (Herdado de Object.)
Método público WriteContent Writes out a serialized ObjectReference by using an xmlWriter.

Início

Segurança de thread

Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.

Consulte também

Referência

Namespace Microsoft.AnalysisServices