ServerProperty.PendingValue Property

 

Applies To: SQL Server (starting with 2016)

Gets or sets the pending value of a ServerProperty object.

Namespace:   Microsoft.AnalysisServices
Assembly:  Microsoft.AnalysisServices.Core (in Microsoft.AnalysisServices.Core.dll)

Syntax

public string PendingValue { get; set; }
public:
property String^ PendingValue {
    String^ get();
    void set(String^ value);
}
member PendingValue : string with get, set
Public Property PendingValue As String

Property Value

Type: System.String

A String that contains the pending value.

See Also

ServerProperty Class
Microsoft.AnalysisServices Namespace

Return to top