Sid 属性

Gets the logon security identifier (SID) for the asymmetric key.

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

语法

声明
<SfcPropertyAttribute> _
Public ReadOnly Property Sid As Byte()
    Get
用法
Dim instance As AsymmetricKey
Dim value As Byte()

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

属性值

类型:array<System. . :: . .Byte> [] () [] []
A Uint8 array value that specifies the logon SID for the asymmetric key.

示例

设置属性