DllPath Propiedad
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
<SfcPropertyAttribute> _
Public Property DllPath As String
Get
Set
'Uso
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)
Valor de la propiedad
Tipo: System. . :: . .String