RunValue 属性

命名空间:  Microsoft.SqlServer.Management.Dmf
程序集:  Microsoft.SqlServer.Dmf(在 Microsoft.SqlServer.Dmf.dll 中)

语法

声明
Public Property RunValue As T
    Get
    Set
用法
Dim instance As RestartPendingException
Dim value As T

value = instance.RunValue

instance.RunValue = value
public T RunValue { get; set; }
public:
property T RunValue {
    T get ();
    void set (T value);
}
member RunValue : 'T with get, set
function get RunValue () : T
function set RunValue (value : T)

属性值

类型:T