User.LoginType 属性
Gets the type of login that is associated with the database user, such as whether it is a Windows group or a SQL Server standard login.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase)> _
Public ReadOnly Property LoginType As LoginType
Get
用法
Dim instance As User
Dim value As LoginType
value = instance.LoginType
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)]
public LoginType LoginType { get; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Standalone|SfcPropertyFlags::SqlAzureDatabase)]
public:
virtual property LoginType LoginType {
LoginType get () sealed;
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)>]
abstract LoginType : LoginType
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)>]
override LoginType : LoginType
final function get LoginType () : LoginType
属性值
类型:Microsoft.SqlServer.Management.Smo.LoginType
A LoginType object value that specifies the type of login that is associated with the database user.
实现
示例
请参阅
参考
Microsoft.SqlServer.Management.Smo 命名空间