共用方式為


CryptographicProvider.DllPath 屬性

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

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property DllPath As String 
    Get 
    Set
'用途
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)

屬性值

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

請參閱

參考

CryptographicProvider 類別

Microsoft.SqlServer.Management.Smo 命名空間