Aracılığıyla paylaş


ConfigurationValue.Description Özelliği

Alır veya ayarlar metinsel tanımlaması SQL Server veritabanı posta yapılandırma seçeneği.

Ad Alanı:  Microsoft.SqlServer.Management.Smo.Mail
Derleme:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo içinde.dll)

Sözdizimi

'Bildirim
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property Description As String
    Get
    Set
'Kullanım
Dim instance As ConfigurationValue
Dim value As String

value = instance.Description

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

Özellik Değeri

Tür: System.String
A String , metinsel içeren değer SQL Server veritabanı posta yapılandırma seçeneği.