Свойство 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)