次の方法で共有


AggregationPrefix プロパティ

集計用のテーブルで使用されるプレフィックスを取得します。値の設定も可能です。

名前空間:  Microsoft.AnalysisServices
アセンブリ:  Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)

構文

'宣言
Public Property AggregationPrefix As String
    Get
    Set
'使用
Dim instance As Partition
Dim value As String

value = instance.AggregationPrefix

instance.AggregationPrefix = value
public string AggregationPrefix { get; set; }
public:
property String^ AggregationPrefix {
    String^ get ();
    void set (String^ value);
}
member AggregationPrefix : string with get, set
function get AggregationPrefix () : String
function set AggregationPrefix (value : String)

プロパティ値

型: System. . :: . .String
集計プレフィックスを表す String です。