Sid Propiedad
Gets the security identifier (SID) for the login account.
Espacio de nombres: Microsoft.SqlServer.Management.SqlParser.Metadata
Ensamblado: Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxis
'Declaración
ReadOnly Property Sid As Byte()
Get
'Uso
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[]
Valor de la propiedad
Tipo: array<System. . :: . .Byte> [] () [] []
The SID for the login account.
Vea también