AttributeBinding コンストラクター (String, AttributeBindingType, Int32)
属性識別子、属性の種類、および序数値を使用して AttributeBinding クラスの新しいインスタンスを初期化します。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
Public Sub New ( _
attributeId As String, _
type As AttributeBindingType, _
ordinal As Integer _
)
'使用
Dim attributeId As String
Dim type As AttributeBindingType
Dim ordinal As Integer
Dim instance As New AttributeBinding(attributeId, _
type, ordinal)
public AttributeBinding(
string attributeId,
AttributeBindingType type,
int ordinal
)
public:
AttributeBinding(
String^ attributeId,
AttributeBindingType type,
int ordinal
)
new :
attributeId:string *
type:AttributeBindingType *
ordinal:int -> AttributeBinding
public function AttributeBinding(
attributeId : String,
type : AttributeBindingType,
ordinal : int
)
パラメーター
- attributeId
型: System.String
属性の一意な識別子を表す String です。
- type
型: Microsoft.AnalysisServices.AttributeBindingType
属性バインドの種類です。
- ordinal
型: System.Int32
キーおよび変換について、バインド先のコレクション内の序数を表します。