Certificate 생성자 (Database, String)

Initializes a new instance of the Certificate class on the specified server and that has the specified name.

네임스페이스:  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)