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.