Server.ProductLevel プロパティ
製品レベル要素への読み取り専用アクセスを取得します。値の設定も可能です。 製品レベル自体は、格納されているインストールに固有の文字列から取得されます。
名前空間: Microsoft.AnalysisServices
アセンブリ: Microsoft.AnalysisServices (Microsoft.AnalysisServices.dll)
構文
'宣言
Public Property ProductLevel As String
Get
Set
'使用
Dim instance As Server
Dim value As String
value = instance.ProductLevel
instance.ProductLevel = value
public string ProductLevel { get; set; }
public:
property String^ ProductLevel {
String^ get ();
void set (String^ value);
}
member ProductLevel : string with get, set
function get ProductLevel () : String
function set ProductLevel (value : String)
プロパティ値
型: System.String
製品レベルの説明。