Compartir a través de


ReplicationStatusAndWarning.Warning Propiedad

Gets or sets the threshold monitor warning.

Espacio de nombres:  Microsoft.SqlServer.Replication
Ensamblado:  Microsoft.SqlServer.Rmo (en Microsoft.SqlServer.Rmo.dll)

Sintaxis

'Declaración
Public Property Warning As ReplicationWarnings 
    Get 
    Set
'Uso
Dim instance As ReplicationStatusAndWarning 
Dim value As ReplicationWarnings 

value = instance.Warning

instance.Warning = value
public ReplicationWarnings Warning { get; set; }
public:
property ReplicationWarnings Warning {
    ReplicationWarnings get ();
    void set (ReplicationWarnings value);
}
member Warning : ReplicationWarnings with get, set
function get Warning () : ReplicationWarnings 
function set Warning (value : ReplicationWarnings)

Valor de la propiedad

Tipo: Microsoft.SqlServer.Replication.ReplicationWarnings
A ReplicationWarnings value.

Comentarios

This namespace, class, or member is supported only in version 2.0 of the .NET Framework.

Vea también

Referencia

ReplicationStatusAndWarning Clase

Espacio de nombres Microsoft.SqlServer.Replication