DatabaseEncryptionKey.Thumbprint 속성
Gets a database encryption key thumbprint.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property Thumbprint As Byte()
Get
‘사용 방법
Dim instance As DatabaseEncryptionKey
Dim value As Byte()
value = instance.Thumbprint
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public byte[] Thumbprint { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property array<unsigned char>^ Thumbprint {
array<unsigned char>^ get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member Thumbprint : byte[]
function get Thumbprint () : byte[]
속성 값
유형: array<System.Byte[]
A database encryption key thumbprint.
참고 항목
참조
Microsoft.SqlServer.Management.Smo 네임스페이스