IUser.UserType Property

Gets the type of the user.

Namespace:  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

'Declaration
ReadOnly Property UserType As UserType
    Get
'Usage
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

Property Value

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