Freigeben über


Operator.EmailAddress-Eigenschaft

Gets or sets the e-mail address of the referenced operator.

Namespace:  Microsoft.SqlServer.Management.Smo.Agent
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property EmailAddress As String 
    Get 
    Set
'Usage
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)

Eigenschaftswert

Typ: System.String
A String value that specifies the e-mail address.

Beispiele

Planen von automatischen, administrativen Tasks im SQL Server-Agent

Siehe auch

Verweis

Operator Klasse

Microsoft.SqlServer.Management.Smo.Agent-Namespace

Andere Ressourcen

Automatisierte Administrationstasks (SQL Server-Agent)

sp_add_operator (Transact-SQL)