AlterCryptographicProviderStatement.File 속성

Gets or sets the path of the .dll file that implements the Extensible Key Management interface.

네임스페이스:  Microsoft.SqlServer.TransactSql.ScriptDom
어셈블리:  Microsoft.SqlServer.TransactSql.ScriptDom(Microsoft.SqlServer.TransactSql.ScriptDom.dll)

구문

‘선언
Public Property File As Literal 
    Get 
    Set
‘사용 방법
Dim instance As AlterCryptographicProviderStatement 
Dim value As Literal 

value = instance.File

instance.File = value
public Literal File { get; set; }
public:
property Literal^ File {
    Literal^ get ();
    void set (Literal^ value);
}
member File : Literal with get, set
function get File () : Literal 
function set File (value : Literal)

속성 값

유형: Microsoft.SqlServer.TransactSql.ScriptDom.Literal
The path of the .dll file that implements the Extensible Key Management interface.

참고 항목

참조

AlterCryptographicProviderStatement 클래스

Microsoft.SqlServer.TransactSql.ScriptDom 네임스페이스