共用方式為


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