Compartir a través de


ServerProperty.PendingValue Propiedad

Gets or sets the pending value of a ServerProperty object.

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

Sintaxis

'Declaración
Public Property PendingValue As String 
    Get 
    Set
'Uso
Dim instance As ServerProperty 
Dim value As String 

value = instance.PendingValue

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

Valor de la propiedad

Tipo: System.String
A String that contains the pending value.

Vea también

Referencia

ServerProperty Clase

Espacio de nombres Microsoft.AnalysisServices