Proprietà ISqlLogin.Sid

ID di sicurezza (SID) per l'account di accesso.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
Property Sid As String
    Get
    Set
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)

Valore proprietà

Tipo: System.String

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISqlLogin Interfaccia

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel