IServerSettings.MailProfile Property
Gets or sets the MailProfile property for an instance of SQL Server. This property is not CLS-compliant.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Deklaracja
<DisplayNameKeyAttribute("Server_MailProfileName")> _
<DisplayDescriptionKeyAttribute("Server_MailProfileDesc")> _
Property MailProfile As String
[DisplayNameKeyAttribute("Server_MailProfileName")]
[DisplayDescriptionKeyAttribute("Server_MailProfileDesc")]
string MailProfile { get; set; }
[DisplayNameKeyAttribute(L"Server_MailProfileName")]
[DisplayDescriptionKeyAttribute(L"Server_MailProfileDesc")]
property String^ MailProfile {
String^ get ();
void set (String^ value);
}
/** @property */
String get_MailProfile ()
/** @property */
void set_MailProfile (String value)
function get MailProfile () : String
function set MailProfile (value : String)
Property Value
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.