RunValue 属性

Gets the run value of the property.

命名空间:  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
A String value that specifies the run value of the property.

注释

仅 Microsoft .NET Framework 的 2.0 版本支持此命名空间、类或成员。