Login Type Constants (SQLDMO_LOGIN_TYPE)

SQL-DMO

SQL-DMO

Login Type Constants (SQLDMO_LOGIN_TYPE)

Login type constants identify the source of the name of a Microsoft® SQL Server™ login record.

Constant Value Description
SQLDMOLogin_NTGroup 1 Referenced login is the name of a Microsoft Windows NT® security group.
SQLDMOLogin_NTUser 0 Referenced login is the name of a Windows NT user.
SQLDMOLogin_Standard 2 Referenced login is used for SQL Server Authentication. Login name and password may be required when a client connects using the login.

See Also

Type Property (Login)