Delen via


DatabaseTaskHost.SetAndSavePropertyFiles Method

Sets these properties in batch and saves the file.

Namespace:  Microsoft.Data.Schema.Build
Assembly:  Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)

Syntax

'Declaration
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[]
)

Parameters

Remarks

If the file is open in the Running Document Table (RDT), the user receives a "do you want to reload" message.

.NET Framework Security

See Also

Reference

DatabaseTaskHost Class

Microsoft.Data.Schema.Build Namespace