DllPath プロパティ
名前空間: Microsoft.SqlServer.Management.Smo
アセンブリ: Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo.dll)
構文
'宣言
<SfcPropertyAttribute> _
Public Property DllPath As String
Get
Set
'使用
Dim instance As CryptographicProvider
Dim value As String
value = instance.DllPath
instance.DllPath = value
[SfcPropertyAttribute]
public string DllPath { get; set; }
[SfcPropertyAttribute]
public:
property String^ DllPath {
String^ get ();
void set (String^ value);
}
[<SfcPropertyAttribute>]
member DllPath : string with get, set
function get DllPath () : String
function set DllPath (value : String)