NetSendRecipient 속성
Gets or sets the recipient of net send messages.
네임스페이스: Microsoft.SqlServer.Management.Smo.Agent
어셈블리: Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo
구문
‘선언
<SfcPropertyAttribute> _
Public Property NetSendRecipient As String
Get
Set
‘사용 방법
Dim instance As JobServer
Dim value As String
value = instance.NetSendRecipient
instance.NetSendRecipient = value
[SfcPropertyAttribute]
public string NetSendRecipient { get; set; }
[SfcPropertyAttribute]
public:
property String^ NetSendRecipient {
String^ get ();
void set (String^ value);
}
[<SfcPropertyAttribute>]
member NetSendRecipient : string with get, set
function get NetSendRecipient () : String
function set NetSendRecipient (value : String)
속성 값
형식: System. . :: . .String
A String value that specifies the name of the net send recipient.