DisplayName プロパティ

メッセージに表示されるメール アカウントの名前を取得します。値の設定も可能です。

名前空間:  Microsoft.SqlServer.Management.Smo.Mail
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property DisplayName As String
    Get
    Set
'使用
Dim instance As MailAccount
Dim value As String

value = instance.DisplayName

instance.DisplayName = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string DisplayName { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property String^ DisplayName {
    String^ get ();
    void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member DisplayName : string with get, set
function get DisplayName () : String
function set DisplayName (value : String)

プロパティ値

型: System. . :: . .String
メール アカウントの表示名を表す String 値です。