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 네임스페이스