Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the pending value of a ServerProperty object.
Namespace: Microsoft.AnalysisServices
Assembly: Microsoft.AnalysisServices (in Microsoft.AnalysisServices.dll)
Syntax
'Declaration
Public Property PendingValue As String
Get
Set
'Usage
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)
Property Value
Type: System.String
A String that contains the pending value.