ServerProperty.PendingValue 属性

Gets or sets the pending value of a ServerProperty object.

命名空间:  Microsoft.AnalysisServices
程序集:  Microsoft.AnalysisServices(在 Microsoft.AnalysisServices.dll 中)

语法

声明
Public Property PendingValue As String 
    Get 
    Set
用法
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)

属性值

类型:System.String
A String that contains the pending value.

请参阅

参考

ServerProperty 类

Microsoft.AnalysisServices 命名空间