Compartir a través de


AsymmetricKey.Create Método (String, AsymmetricKeySourceType)

Creates an asymmetric key on the instance of SQL Server by loading the asymmetric key from the specified source.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public Sub Create ( _
    keySource As String, _
    sourceType As AsymmetricKeySourceType _
)
'Uso
Dim instance As AsymmetricKey 
Dim keySource As String 
Dim sourceType As AsymmetricKeySourceType

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

Parámetros

  • keySource
    Tipo: System.String
    A String value that specifies the source from which to load the asymmetric key.

Ejemplos

Llamar a métodos

Vea también

Referencia

AsymmetricKey Clase

Sobrecarga de Create

Espacio de nombres Microsoft.SqlServer.Management.Smo

Otros recursos

CREATE ASYMMETRIC KEY (Transact-SQL)