Certificate コンストラクター (Database, String)

指定したサーバーで、指定した名前の Certificate クラスの新しいインスタンスを初期化します。

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

構文

'宣言
Public Sub New ( _
    database As Database, _
    name As String _
)
'使用
Dim database As Database 
Dim name As String 

Dim instance As New Certificate(database, _
    name)
public Certificate(
    Database database,
    string name
)
public:
Certificate(
    Database^ database, 
    String^ name
)
new : 
        database:Database * 
        name:string -> Certificate
public function Certificate(
    database : Database, 
    name : String
)

パラメーター

使用例

暗号化の使用

関連項目

参照

Certificate クラス

Certificate オーバーロード

Microsoft.SqlServer.Management.Smo 名前空間

その他の技術情報

暗号化階層

CREATE CERTIFICATE (Transact-SQL)