Certificate.Serial プロパティ

証明書のシリアル番号を取得します。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)

構文

'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property Serial As String 
    Get
'使用
Dim instance As Certificate 
Dim value As String 

value = instance.Serial
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string Serial { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property String^ Serial {
    String^ get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member Serial : string
function get Serial () : String

プロパティ値

型: System.String
証明書のシリアル番号を示す String 値。

使用例

暗号化の使用

関連項目

参照

Certificate クラス

Microsoft.SqlServer.Management.Smo 名前空間

その他の技術情報

暗号化階層

CREATE CERTIFICATE (Transact-SQL)