다음을 통해 공유


ServerType 속성

Gets the type of mail server.

네임스페이스:  Microsoft.SqlServer.Management.Smo.Mail
어셈블리:  Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo

구문

‘선언
<SfcPropertyAttribute> _
Public ReadOnly Property ServerType As String
    Get
‘사용 방법
Dim instance As MailServer
Dim value As String

value = instance.ServerType
[SfcPropertyAttribute]
public string ServerType { get; }
[SfcPropertyAttribute]
public:
property String^ ServerType {
    String^ get ();
}
[<SfcPropertyAttribute>]
member ServerType : string
function get ServerType () : String

속성 값

형식: System. . :: . .String
A String value that specifies the type of mail server, such as Microsoft Exchange Server, Internet Message Access Protocol (IMAP), or Post Office Protocol 3 (POP3).