Propriété ProductLevel

Gets or sets read-only access to the product level element. The product level itself is obtained from the stored install-specific string.

Espace de noms :  Microsoft.AnalysisServices
Assembly :  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Syntaxe

'Déclaration
Public Property ProductLevel As String
    Get
    Set
'Utilisation
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)

Valeur de propriété

Type : System. . :: . .String
A product-level description.