AggregationPrefix プロパティ
キューブの集計のプレフィックスを取得します。値の設定も可能です。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
Public Property AggregationPrefix As String
Get
Set
'使用
Dim instance As Cube
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 です。