Sid Propiedad
Gets or sets 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
Property Sid As Byte()
Get
Set
'Uso
Dim instance As IMutableLogin
Dim value As Byte()
value = instance.Sid
instance.Sid = value
byte[] Sid { get; set; }
property array<unsigned char>^ Sid {
array<unsigned char>^ get ();
void set (array<unsigned char>^ value);
}
abstract Sid : byte[] with get, set
function get Sid () : byte[]
function set Sid (value : byte[])
Valor de la propiedad
Tipo: array<System. . :: . .Byte> [] () [] []
The SID for the login account.