Condividi tramite


Proprietà JobServer.DatabaseMailProfile

Gets or sets a Database Mail profile.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo.Agent
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property DatabaseMailProfile As String 
    Get 
    Set
'Utilizzo
Dim instance As JobServer 
Dim value As String 

value = instance.DatabaseMailProfile

instance.DatabaseMailProfile = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string DatabaseMailProfile { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property String^ DatabaseMailProfile {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member DatabaseMailProfile : string with get, set
function get DatabaseMailProfile () : String 
function set DatabaseMailProfile (value : String)

Valore proprietà

Tipo: System.String
A String value that specifies the name of the SQL Server Agent Database Mail profile.

Osservazioni

Questa proprietà è stata introdotta in SQL Server 2005.

Esempi

Pianificazione delle attività amministrative automatiche in SQL Server Agent

Vedere anche

Riferimento

JobServer Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo.Agent

Altre risorse

Automatizzazione delle attività amministrative (SQL Server Agent)

Stored procedure di SQL Server Agent (Transact-SQL)