ReplicationStatusAndWarning.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.