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 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 继承。)
公共方法 GetHashCode (从 Object 继承。)
公共方法静态成员 GetObjectReference 基础结构。Gets the object reference for the specified object.
公共方法 GetType (从 Object 继承。)
公共方法 ReadContent 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(Server) 基础结构。Resolves an ObjectReference object with the specified server.
公共方法 ResolveReference(Database, Boolean) 基础结构。Resolves an ObjectReference object with the specified database and force load.
公共方法 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 (从 Object 继承。)
公共方法 WriteContent Writes out a serialized ObjectReference by using an xmlWriter.

页首

线程安全

此类型的任何公共 static(在 Visual Basic 中为 Shared) 成员都是线程安全的。不保证所有实例成员都是线程安全的。

请参阅

参考

Microsoft.AnalysisServices 命名空间