CubeAttributeBinding 類別

定義

定義從資料來源到 Cube 屬性的繫結。 此類別無法獲得繼承。

[System.Runtime.InteropServices.Guid("398A84EF-F7F5-405e-A642-3C3CE569257F")]
public sealed class CubeAttributeBinding : Microsoft.AnalysisServices.Binding
[<System.Runtime.InteropServices.Guid("398A84EF-F7F5-405e-A642-3C3CE569257F")>]
type CubeAttributeBinding = class
    inherit Binding
Public NotInheritable Class CubeAttributeBinding
Inherits Binding
繼承
CubeAttributeBinding
屬性

建構函式

CubeAttributeBinding()

使用預設值,初始化 CubeAttributeBinding 的新執行個體。

CubeAttributeBinding(String, String, String, AttributeBindingType)

為指定的 Cube、維度、屬性和繫結類型,初始化 CubeAttributeBinding 的新執行個體。

CubeAttributeBinding(String, String, String, AttributeBindingType, Int32)

為指定的 Cube、維度、屬性、繫結類型和序數位置,初始化 CubeAttributeBinding 的新執行個體。

屬性

AttributeID

取得或設定繫結中參考之屬性的識別碼。

CubeDimensionID

取得或設定繫結中參考之 Cube 維度的識別碼。

CubeID

取得或設定繫結中參考之 Cube 的識別碼。

Ordinal

取得或設定集合中資料來源所繫結之屬性的序數。

Parent

取得目前物件的父物件。

(繼承來源 Binding)
Type

取得或設定繫結的類型。

方法

Clone()

傳回一份 CubeAttributeBinding 物件的複本。

CopyTo(Binding)

將目前物件的深層複本傳送至指定的繫結。

(繼承來源 Binding)
ToString()

傳回代表 CubeAttributeBinding 物件的字串。

明確介面實作

ICloneable.Clone()

定義從資料來源到 Cube 屬性的繫結。 此類別無法獲得繼承。

(繼承來源 Binding)

適用於