Propriété Sid
Gets the security identifier (SID) for the login account.
Espace de noms : Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly : Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
Syntaxe
'Déclaration
ReadOnly Property Sid As Byte()
Get
'Utilisation
Dim instance As ILogin
Dim value As Byte()
value = instance.Sid
byte[] Sid { get; }
property array<unsigned char>^ Sid {
array<unsigned char>^ get ();
}
abstract Sid : byte[]
function get Sid () : byte[]
Valeur de propriété
Type : array<System. . :: . .Byte> [] () [] []
The SID for the login account.
Voir aussi