Share via


IMutableLogin.Sid Property

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

Namespace:  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly:  Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)

Syntax

'Declaration
Property Sid As Byte()
    Get
    Set
'Usage
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[])

Property Value

Type: array<System.Byte[]
The SID for the login account.

Implements

ILogin.Sid