DllPath プロパティ
暗号化サービス プロバイダーを含む物理ファイルのパスを取得します。パスの設定も可能です。
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property DllPath As String
Get
Set
'使用
Dim instance As CryptographicProvider
Dim value As String
value = instance.DllPath
instance.DllPath = value
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string DllPath { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property String^ DllPath {
String^ get ();
void set (String^ value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
member DllPath : string with get, set
function get DllPath () : String
function set DllPath (value : String)
プロパティ値
型: System. . :: . .String
暗号化サービス プロバイダーを含む物理ファイルのパスを示す String 値です。