Partilhar via


Propriedade UseDefaultCredentials

Namespace:  Microsoft.SqlServer.Management.Smo.Mail
Assembly:  Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)

Sintaxe

'Declaração
<SfcPropertyAttribute> _
Public Property UseDefaultCredentials As Boolean
    Get
    Set
'Uso
Dim instance As MailServer
Dim value As Boolean

value = instance.UseDefaultCredentials

instance.UseDefaultCredentials = value
[SfcPropertyAttribute]
public bool UseDefaultCredentials { get; set; }
[SfcPropertyAttribute]
public:
property bool UseDefaultCredentials {
    bool get ();
    void set (bool value);
}
[<SfcPropertyAttribute>]
member UseDefaultCredentials : bool with get, set
function get UseDefaultCredentials () : boolean
function set UseDefaultCredentials (value : boolean)

Valor da propriedade

Tipo: System. . :: . .Boolean