Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.