Поделиться через


Свойство Warning

Gets or sets the threshold monitor warning.

Пространство имен:  Microsoft.SqlServer.Replication
Сборка:  Microsoft.SqlServer.Rmo (в Microsoft.SqlServer.Rmo.dll)

Синтаксис

'Декларация
Public Property Warning As ReplicationWarnings
    Get
    Set
'Применение
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)

Значение свойства

Тип: Microsoft.SqlServer.Replication. . :: . .ReplicationWarnings
A ReplicationWarnings value.

Замечания

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