ISql100CryptographicProvider.DllPath プロパティ

dll パスを取得または設定します。

名前空間 :  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
アセンブリ :  Microsoft.Data.Schema.Sql (Microsoft.Data.Schema.Sql.dll 内)

構文

'宣言
Property DllPath As String
'使用
Dim instance As ISql100CryptographicProvider
Dim value As String

value = instance.DllPath

instance.DllPath = value
string DllPath { get; set; }
property String^ DllPath {
    String^ get ();
    void set (String^ value);
}
function get DllPath () : String
function set DllPath (value : String)

プロパティ値

型 : System.String

参照

参照

ISql100CryptographicProvider インターフェイス

ISql100CryptographicProvider メンバ

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer 名前空間