Propriedade do RDL RestartPendingException<T>.RunValue
Gets the run value of the property.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (em Microsoft.SqlServer.Dmf.dll)
Sintaxe
'Declaração
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 da propriedade
Tipo: T
A String value that specifies the run value of the property.
Comentários
Só há suporte para esse namespace, classe ou membro na versão 2.0 do Microsoft .NET Framework.