Bagikan melalui


CryptographicProvider.DllPath Property

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
<SfcPropertyAttribute> _
Public Property DllPath As String
    Get
    Set
'Usage
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)

Property Value

Type: System.String