Udostępnij za pośrednictwem


Właściwość ServerProperty.Value

Pobiera lub ustawia typ skojarzony z ServerProperty obiektu.

Przestrzeń nazw:  Microsoft.AnalysisServices
Zestaw:  Microsoft.AnalysisServices (w Microsoft.AnalysisServices.dll)

Składnia

'Deklaracja
Public Property Value As String
    Get
    Set
'Użycie
Dim instance As ServerProperty
Dim value As String

value = instance.Value

instance.Value = value
public string Value { get; set; }
public:
property String^ Value {
    String^ get ();
    void set (String^ value);
}
member Value : string with get, set
function get Value () : String
function set Value (value : String)

Wartość właściwości

Typ: System.String
A ciąg zawiera wartości.