Share via


ISqlLogin.Sid Property

The security identifier (SID) for the login.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property Sid As String
string Sid { get; set; }
property String^ Sid {
    String^ get ();
    void set (String^ value);
}
abstract Sid : string with get, set
function get Sid () : String
function set Sid (value : String)

Property Value

Type: System.String

.NET Framework Security

See Also

Reference

ISqlLogin Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace