Свойство ServerType
Gets the type of mail server.
Пространство имен: Microsoft.SqlServer.Management.Smo.Mail
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
<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).
См. также