Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets the threshold monitor warning.
Namespace: Microsoft.SqlServer.Replication
Assembly: Microsoft.SqlServer.Rmo (in Microsoft.SqlServer.Rmo.dll)
Syntax
'Declaration
Public Property Warning As ReplicationWarnings
Get
Set
'Usage
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)
Eigenschaftswert
Typ: Microsoft.SqlServer.Replication.ReplicationWarnings
A ReplicationWarnings value.
Hinweise
This namespace, class, or member is supported only in version 2.0 of the .NET Framework.