MailProfile 속성
SQL Server 인스턴스의 메일 프로필을 가져오거나 설정합니다.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property MailProfile As String
Get
Set
‘사용 방법
Dim instance As Settings
Dim value As String
value = instance.MailProfile
instance.MailProfile = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string MailProfile { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property String^ MailProfile {
String^ get ();
void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member MailProfile : string with get, set
function get MailProfile () : String
function set MailProfile (value : String)
속성 값
유형: System. . :: . .String
SQL Server 인스턴스의 메일 프로필 이름을 지정하는 String 값입니다.
주의
The mail profile enables SQL Server Agent to send and receive e-mails.