Partager via


Login.Sid Property

Gets or sets the security identifier (SID) for the login account.

Espace de noms: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Syntaxe

'Déclaration
Public Property Sid As Byte()
public byte[] Sid { get; set; }
public:
property array<unsigned char>^ Sid {
    array<unsigned char>^ get ();
    void set (array<unsigned char>^ value);
}
/** @property */
public byte[] get_Sid ()

/** @property */
public void set_Sid (byte[] value)
public function get Sid () : byte[]

public function set Sid (value : byte[])

Valeur de propriété

An unsigned Uint8 array value that specifies the security identifier of the login account

Notes

The SID is associated with the principal. If Microsoft Windows is the principal, then the SID value matches the Windows SID value.

Cet espace de noms, cette classe ou ce membre est pris en charge uniquement par la version 2.0 de Microsoft .NET Framework.

Exemple

How to: Enumerate Logins and Associated Users in Visual Basic .NET

Sécurité des threads

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.

Plateformes

Plateformes de développement

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Plateformes cibles

Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.

Voir aussi

Référence

Login Class
Login Members
Microsoft.SqlServer.Management.Smo Namespace

Autres ressources

Managing Users, Roles, and Logins
Entités de sécurité
CREATE LOGIN (Transact-SQL)