IUser.UserType 속성

Gets the type of the user.

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

구문

‘선언
ReadOnly Property UserType As UserType 
    Get
‘사용 방법
Dim instance As IUser 
Dim value As UserType 

value = instance.UserType
UserType UserType { get; }
property UserType UserType {
    UserType get ();
}
abstract UserType : UserType
function get UserType () : UserType

속성 값

유형: Microsoft.SqlServer.Management.SqlParser.Metadata.UserType
A UserType value that indicates the type of the user.

참고 항목

참조

IUser 인터페이스

Microsoft.SqlServer.Management.SqlParser.Metadata 네임스페이스