다음을 통해 공유


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 네임스페이스