Condividi tramite


Proprietà RunValue

Gets the run value of the property.

Spazio dei nomi  Microsoft.SqlServer.Management.Dmf
Assembly:  Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)

Sintassi

'Dichiarazione
Public Property RunValue As T
    Get
    Set
'Utilizzo
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)

Valore proprietà

Tipo: T
A String value that specifies the run value of the property.

Osservazioni

Questo spazio dei nomi, classe o membro è supportato solo nella versione 2.0 di Microsoft .NET Framework.