Sid 属性

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

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

语法

声明
ReadOnly Property Sid As Byte()
    Get
用法
Dim instance As ILogin
Dim value As Byte()

value = instance.Sid
byte[] Sid { get; }
property array<unsigned char>^ Sid {
    array<unsigned char>^ get ();
}
abstract Sid : byte[]
function get Sid () : byte[]

属性值

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