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.