次の方法で共有


Dimension.StringStoresCompatibilityLevel プロパティ

文字列ストアの互換性レベルを取得します。値の設定も可能です。

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

構文

'宣言
Public Property StringStoresCompatibilityLevel As Integer 
    Get 
    Set
'使用
Dim instance As Dimension 
Dim value As Integer 

value = instance.StringStoresCompatibilityLevel

instance.StringStoresCompatibilityLevel = value
public int StringStoresCompatibilityLevel { get; set; }
public:
property int StringStoresCompatibilityLevel {
    int get ();
    void set (int value);
}
member StringStoresCompatibilityLevel : int with get, set
function get StringStoresCompatibilityLevel () : int 
function set StringStoresCompatibilityLevel (value : int)

プロパティ値

型: System.Int32
文字列ストアの互換性レベルです。

関連項目

参照

Dimension クラス

Microsoft.AnalysisServices 名前空間