Login.LoginType Property
Gets or sets the type of SQL Server login account.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)> _
Public Property LoginType As LoginType
[SfcPropertyAttribute(SfcPropertyFlags.ReadOnlyAfterCreation)]
public LoginType LoginType { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::ReadOnlyAfterCreation)]
public:
property LoginType LoginType {
LoginType get ();
void set (LoginType value);
}
/** @property */
public LoginType get_LoginType ()
/** @property */
public void set_LoginType (LoginType value)
public function get LoginType () : LoginType
public function set LoginType (value : LoginType)
Property Value
A LoginType object value that specifies the type of authentication performed on the SQL Server login account.
Remarks
The type of login specifies whether the Windows account is a group account or a single user account in addition to the type of authentication.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
See Also