Partager via


DllPath propriété

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
<SfcPropertyAttribute> _
Public Property DllPath As String
    Get
    Set
'Utilisation
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)

Valeur de la propriété

Type : System. . :: . .String