ProductLevel 屬性
Gets or sets read-only access to the product level element. The product level itself is obtained from the stored install-specific string.
命名空間: 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
A product-level description.