Sid プロパティ

非対称キーのログオン セキュリティ識別子 (SID) を取得します。

名前空間:  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> [] () [] []
非対称キーのログオン SID を示す Uint8 配列値です。