共用方式為


ObjectReference 類別

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

繼承階層

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

命名空間:  Microsoft.AnalysisServices
組件:  Microsoft.AnalysisServices (在 Microsoft.AnalysisServices.dll 中)

語法

'宣告
Public NotInheritable Class ObjectReference
'用途
Dim instance As ObjectReference
public sealed class ObjectReference
public ref class ObjectReference sealed
[<SealedAttribute>]
type ObjectReference =  class end
public final class ObjectReference

ObjectReference 型別公開下列成員。

建構函式

  名稱 說明
公用方法 ObjectReference Initializes a new instance of the ObjectReference class.

上層

屬性

  名稱 說明
公用屬性 AggregationDesignID Gets or sets the aggregation design identifier for a given ObjectReference object.
公用屬性 AssemblyID Gets or sets the assembly identifier associated with a given ObjectReference object.
公用屬性 CubeID Gets or sets the identifier for the cube in which the object resides.
公用屬性 CubePermissionID Gets or sets the cube permission identifier for the cube in which the object resides.
公用屬性 DatabaseID Gets or sets the identifier for the database in which the object resides.
公用屬性 DatabasePermissionID Gets or sets the database permission identifier for the cube in which the object resides.
公用屬性 DataSourceID Gets or sets the data source identifier for the cube in which the object resides.
公用屬性 DataSourcePermissionID Gets or sets the data source permission identifier for the cube in which the object resides.
公用屬性 DataSourceViewID Gets or sets the data source view identifier for the cube in which the object resides.
公用屬性 DimensionID Gets or sets the dimension identifier in which the object resides.
公用屬性 DimensionPermissionID Gets or sets the dimension permission identifier in which the object resides.
公用屬性 IsValid Gets a Boolean value indicating whether the object referenced is valid.
公用屬性 MdxScriptID Gets or sets the MDX Script identifier for the object referenced.
公用屬性 MeasureGroupID Gets or sets the identifier of the measure group in which the object resides.
公用屬性 MiningModelID Gets or sets the identifier of the mining model in which the object resides.
公用屬性 MiningModelPermissionID Gets or sets the mining model permission identifier for the object referenced.
公用屬性 MiningStructureID Gets or sets the mining structure identifier for the object referenced.
公用屬性 MiningStructurePermissionID Gets or sets the mining structure permission identifier for the object referenced.
公用屬性 PartitionID Gets or sets the partition identifier for the object referenced.
公用屬性 PerspectiveID Gets or sets the perspective identifier for the object referenced.
公用屬性 RoleID Gets or sets the role identifier for the object referenced.
公用屬性 TraceID Gets or sets the trace identifier for the object referenced.

上層

方法

  名稱 說明
公用方法靜態成員 Deserialize(XmlReader) Converts an XML representation of an object reference to an ObjectReference object by using an xmlReader.
公用方法靜態成員 Deserialize(String, Boolean) Converts an XML fragment to the ObjectReference object specified by the xmlFragment and xmlFragmentIsComplete parameters.
公用方法 Equals (繼承自 Object。)
受保護的方法 Finalize (繼承自 Object。)
公用方法 GetHashCode (繼承自 Object。)
公用方法靜態成員 GetObjectReference 基礎結構。
公用方法 GetType (繼承自 Object。)
受保護的方法 MemberwiseClone (繼承自 Object。)
公用方法 ReadContent Reads the content referenced by the ObjectReference object.
公用方法靜態成員 ResolveObjectReference(Database, ObjectReference) 基礎結構。
公用方法靜態成員 ResolveObjectReference(Server, ObjectReference) 基礎結構。
公用方法 ResolveReference(Database) 基礎結構。
公用方法 ResolveReference(Server) 基礎結構。
公用方法 ResolveReference(Database, Boolean) 基礎結構。
公用方法 ResolveReference(Server, Boolean) 基礎結構。
公用方法 Serialize() () () () Converts the ObjectReference to an XML version.
公用方法 Serialize(XmlWriter) Converts the ObjectReference to an XML version by using an xmlWriter.
公用方法 ToString (繼承自 Object。)
公用方法 WriteContent Writes out a serialized ObjectReference by using an xmlWriter.

上層

執行緒安全性

這個型別的任何公用 static (在 Visual Basic 中為 Shared) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。