次の方法で共有


AggregationDesignAttribute コンストラクター

定義

オーバーロード

AggregationDesignAttribute()

既定値を使用して、AggregationDesignAttribute の新しいインスタンスを初期化します。

AggregationDesignAttribute(String)

指定した属性識別子を使用して、AggregationDesignAttribute の新しいインスタンスを初期化します。

AggregationDesignAttribute()

既定値を使用して、AggregationDesignAttribute の新しいインスタンスを初期化します。

public AggregationDesignAttribute ();
Public Sub New ()

適用対象

AggregationDesignAttribute(String)

指定した属性識別子を使用して、AggregationDesignAttribute の新しいインスタンスを初期化します。

public AggregationDesignAttribute (string attributeId);
new Microsoft.AnalysisServices.AggregationDesignAttribute : string -> Microsoft.AnalysisServices.AggregationDesignAttribute
Public Sub New (attributeId As String)

パラメーター

attributeId
String

AggregationDesignAttribute の一意識別子を含む文字列。

適用対象