共用方式為


DatabaseTaskHost.SetAndSavePropertyFiles 方法

批次設定這些屬性,並儲存檔案。

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

語法

'宣告
Public Overridable Sub SetAndSavePropertyFiles ( _
    catalogFullPath As String, _
    serverFullPath As String, _
    ParamArray items As CatalogOrServerPropertyItem() _
)
public virtual void SetAndSavePropertyFiles(
    string catalogFullPath,
    string serverFullPath,
    params CatalogOrServerPropertyItem[] items
)
public:
virtual void SetAndSavePropertyFiles(
    String^ catalogFullPath, 
    String^ serverFullPath, 
    ... array<CatalogOrServerPropertyItem^>^ items
)
abstract SetAndSavePropertyFiles : 
        catalogFullPath:string * 
        serverFullPath:string * 
        items:CatalogOrServerPropertyItem[] -> unit 
override SetAndSavePropertyFiles : 
        catalogFullPath:string * 
        serverFullPath:string * 
        items:CatalogOrServerPropertyItem[] -> unit 
public function SetAndSavePropertyFiles(
    catalogFullPath : String, 
    serverFullPath : String, 
    ... items : CatalogOrServerPropertyItem[]
)

參數

備註

如果檔案已在執行文件資料表 (RDT) 中開啟,使用者會收到「您要重新載入嗎」訊息。

.NET Framework 安全性

請參閱

參考

DatabaseTaskHost 類別

Microsoft.Data.Schema.Build 命名空間