Propriedade SqlAgentMailProfile
Gets or sets a SQL Server Agent mail profile.
Namespace: Microsoft.SqlServer.Management.Smo.Agent
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
<SfcPropertyAttribute> _
Public Property SqlAgentMailProfile As String
Get
Set
'Uso
Dim instance As JobServer
Dim value As String
value = instance.SqlAgentMailProfile
instance.SqlAgentMailProfile = value
[SfcPropertyAttribute]
public string SqlAgentMailProfile { get; set; }
[SfcPropertyAttribute]
public:
property String^ SqlAgentMailProfile {
String^ get ();
void set (String^ value);
}
[<SfcPropertyAttribute>]
member SqlAgentMailProfile : string with get, set
function get SqlAgentMailProfile () : String
function set SqlAgentMailProfile (value : String)
Valor da propriedade
Tipo: System. . :: . .String
A String value that specifies the name of the SQL Server Agent mail profile.