Właściwość MailServer.UseDefaultCredentials
Pobiera lub ustawia, czy użyć domyślnych poświadczenia.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo.Mail
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property UseDefaultCredentials As Boolean
Get
Set
'Użycie
Dim instance As MailServer
Dim value As Boolean
value = instance.UseDefaultCredentials
instance.UseDefaultCredentials = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public bool UseDefaultCredentials { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property bool UseDefaultCredentials {
bool get ();
void set (bool value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member UseDefaultCredentials : bool with get, set
function get UseDefaultCredentials () : boolean
function set UseDefaultCredentials (value : boolean)
Wartość właściwości
Typ: System.Boolean
Wartość logiczna określająca, czy użyć domyślnych poświadczenia.