共用方式為


BackupRestoreMasterKeyStatementBase.File 屬性

取得或設定要在服務主要金鑰中儲存的檔案或從其中載入的檔案。

命名空間:  Microsoft.Data.Schema.ScriptDom.Sql
組件:  Microsoft.Data.Schema.ScriptDom.Sql (在 Microsoft.Data.Schema.ScriptDom.Sql.dll 中)

語法

'宣告
Public Property File As Literal
    Get
    Set
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.Data.Schema.ScriptDom.Sql.Literal

.NET Framework 安全性

請參閱

參考

BackupRestoreMasterKeyStatementBase 類別

Microsoft.Data.Schema.ScriptDom.Sql 命名空間