Compartir a través de


ProductLevel Propiedad

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

Espacio de nombres:  Microsoft.AnalysisServices
Ensamblado:  Microsoft.AnalysisServices (en Microsoft.AnalysisServices.dll)

Sintaxis

'Declaración
Public Property ProductLevel As String
    Get
    Set
'Uso
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)

Valor de la propiedad

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