LoginMode 属性

Gets the LoginMode property value.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
<DisplayDescriptionKeyAttribute("LoginModeDesc")> _
<DisplayNameKeyAttribute("LoginModeName")> _
ReadOnly Property LoginMode As ServerLoginMode
    Get
用法
Dim instance As IServerSecurityFacet
Dim value As ServerLoginMode

value = instance.LoginMode
[DisplayDescriptionKeyAttribute("LoginModeDesc")]
[DisplayNameKeyAttribute("LoginModeName")]
ServerLoginMode LoginMode { get; }
[DisplayDescriptionKeyAttribute(L"LoginModeDesc")]
[DisplayNameKeyAttribute(L"LoginModeName")]
property ServerLoginMode LoginMode {
    ServerLoginMode get ();
}
[<DisplayDescriptionKeyAttribute("LoginModeDesc")>]
[<DisplayNameKeyAttribute("LoginModeName")>]
abstract LoginMode : ServerLoginMode
function get LoginMode () : ServerLoginMode