次の方法で共有


Database.AggregationPrefix プロパティ

関連付けられている Database 全体で集計の名前に使用される、共通プレフィックスを定義します。

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

構文

'宣言
Public Property AggregationPrefix As String 
    Get 
    Set
'使用
Dim instance As Database 
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
集計の名前のプレフィックスです。

関連項目

参照

Database クラス

Microsoft.AnalysisServices 名前空間