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