다음을 통해 공유


UseDefaultCredentials 속성

네임스페이스:  Microsoft.SqlServer.Management.Smo.Mail
어셈블리:  Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo

구문

‘선언
<SfcPropertyAttribute> _
Public Property UseDefaultCredentials As Boolean
    Get
    Set
‘사용 방법
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)

속성 값

형식: System. . :: . .Boolean