Partager via


Propriété RestartPendingException<T>.RunValue

Gets the run value of the property.

Espace de noms :  Microsoft.SqlServer.Management.Dmf
Assembly :  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Syntaxe

'Déclaration
Public Property RunValue As T
    Get 
    Set
'Utilisation
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)

Valeur de propriété

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

Notes

Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.

Exemples

Gestion des exceptions SMO

Voir aussi

Référence

RestartPendingException<T> Classe

Espace de noms Microsoft.SqlServer.Management.Dmf