ISql100CryptographicProvider.DllPath-Eigenschaft

Ruft den Pfad der Assembly ab, die diesen Anbieter implementiert, oder legt ihn fest.

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

Syntax

'Declaration
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)

Eigenschaftswert

Typ: System.String

.NET Framework-Sicherheit

Siehe auch

Referenz

ISql100CryptographicProvider Schnittstelle

Microsoft.Data.Schema.Sql.SchemaModel-Namespace