Sid 属性

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

命名空间:  Microsoft.SqlServer.Management.SqlParser.Metadata
程序集:  Microsoft.SqlServer.Management.SqlParser(在 Microsoft.SqlServer.Management.SqlParser.dll 中)

语法

声明
Property Sid As Byte()
    Get
    Set
用法
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[])

属性值

类型:array<System. . :: . .Byte> [] () [] []
The SID for the login account.

实现

ILogin. . :: . .Sid