Compartir a través de


RunValue Propiedad

Gets the run value of the property.

Espacio de nombres:  Microsoft.SqlServer.Management.Dmf
Ensamblado:  Microsoft.SqlServer.Dmf (en Microsoft.SqlServer.Dmf.dll)

Sintaxis

'Declaración
Public Property RunValue As T
    Get
    Set
'Uso
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)

Valor de la propiedad

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

Comentarios

Este espacio de nombres, clase o miembro solamente se admite en la versión 2.0 de Microsoft .NET Framework.