다음을 통해 공유


PolicyStore.LogOnSuccess 속성

Gets or sets whether log-on succeeded.

네임스페이스:  Microsoft.SqlServer.Management.Dmf
어셈블리:  Microsoft.SqlServer.Dmf(Microsoft.SqlServer.Dmf.dll)

구문

‘선언
<SfcPropertyAttribute(Data := True)> _
Public Property LogOnSuccess As Boolean 
    Get 
    Set
‘사용 방법
Dim instance As PolicyStore 
Dim value As Boolean 

value = instance.LogOnSuccess

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

속성 값

유형: System.Boolean
A Boolean value, True if log-on succeeded, otherwise False.

참고 항목

참조

PolicyStore 클래스

Microsoft.SqlServer.Management.Dmf 네임스페이스