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 命名空间