Udostępnij za pośrednictwem


Metoda Create (String, AsymmetricKeySourceType, String)

Tworzy klucz asymetrycznego na wystąpienie SQL Server przez załadowanie określonego klucz asymetrycznego i przy użyciu określonego hasła.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Syntax

'Deklaracja
Public Sub Create ( _
    keySource As String, _
    sourceType As AsymmetricKeySourceType, _
    password As String _
)
'Użycie
Dim instance As AsymmetricKey
Dim keySource As String
Dim sourceType As AsymmetricKeySourceType
Dim password As String

instance.Create(keySource, sourceType, _
    password)
public void Create(
    string keySource,
    AsymmetricKeySourceType sourceType,
    string password
)
public:
void Create(
    String^ keySource, 
    AsymmetricKeySourceType sourceType, 
    String^ password
)
member Create : 
        keySource:string * 
        sourceType:AsymmetricKeySourceType * 
        password:string -> unit 
public function Create(
    keySource : String, 
    sourceType : AsymmetricKeySourceType, 
    password : String
)

Parameters

Przykłady

Wywołanie metody