Compartilhar via


Propriedade ISql100CryptographicProvider.DllPath

Obtém ou define o caminho do assembly que implementa este provedor.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)

Sintaxe

'Declaração
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 propriedade

Tipo: System.String

Segurança do .NET Framework

Consulte também

Referência

ISql100CryptographicProvider Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel