Proprietà RestartPendingException<T>.ConfigValue

Gets the configuration value of the property.

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

Sintassi

'Dichiarazione
Public Property ConfigValue As T
    Get 
    Set
'Utilizzo
Dim instance As RestartPendingException 
Dim value As T

value = instance.ConfigValue

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

Valore proprietà

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

Osservazioni

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

Esempi

Gestione delle eccezioni SMO

Vedere anche

Riferimento

RestartPendingException<T> Classe

Spazio dei nomi Microsoft.SqlServer.Management.Dmf