Share via


Propriété DllPath

Gets or sets the path to the physical file that contains the cryptographic provider.

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

Syntaxe

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

Valeur de propriété

Type : System. . :: . .String
A String value that specifies the path to the physical file that contains the cryptographic provider.