Compartir a través de


ISql100CryptographicProvider.DllPath (Propiedad)

Obtiene o establece la ruta de acceso del ensamblado que implementa este proveedor.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
Property DllPath As String
    Get
    Set
string DllPath { get; set; }
property String^ DllPath {
    String^ get ();
    void set (String^ value);
}
abstract DllPath : string with get, set
function get DllPath () : String
function set DllPath (value : String)

Valor de propiedad

Tipo: System.String

Seguridad de .NET Framework

Vea también

Referencia

ISql100CryptographicProvider Interfaz

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)