Поделиться через


Метод Create (String)

Creates a certificate based on a certificate encryption algorithm or based on a certificate source type.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Public Sub Create ( _
    encryptionPassword As String _
)
'Применение
Dim instance As Certificate
Dim encryptionPassword As String

instance.Create(encryptionPassword)
public void Create(
    string encryptionPassword
)
public:
void Create(
    String^ encryptionPassword
)
member Create : 
        encryptionPassword:string -> unit 
public function Create(
    encryptionPassword : String
)

Параметры