Właściwość EmailAddress
Pobiera lub ustawia adres e-mail odwołanie operator.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo.Agent
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Syntax
'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property EmailAddress As String
Get
Set
'Użycie
Dim instance As [Operator]
Dim value As String
value = instance.EmailAddress
instance.EmailAddress = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string EmailAddress { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property String^ EmailAddress {
String^ get ();
void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member EmailAddress : string with get, set
function get EmailAddress () : String
function set EmailAddress (value : String)
Wartość właściwości
Typ: System. . :: . .String
A String wartość, która określa adres e-mail.
Zobacz także