Compartir a través de


DatabaseTaskHost.SetAndSavePropertyFiles (Método)

Establece estas propiedades en un lote y guarda el archivo.

Espacio de nombres:  Microsoft.Data.Schema.Build
Ensamblado:  Microsoft.Data.Schema (en Microsoft.Data.Schema.dll)

Sintaxis

'Declaración
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[]
)

Parámetros

  • catalogFullPath
    Tipo: System.String
    Ruta de acceso completa del catálogo.
  • serverFullPath
    Tipo: System.String
    Ruta de acceso completa al servidor.

Comentarios

Si el archivo está abierto en el RDT, el usuario recibe un mensaje en el que se le pregunte si desea recargar el archivo.

Seguridad de .NET Framework

Vea también

Referencia

DatabaseTaskHost Clase

Microsoft.Data.Schema.Build (Espacio de nombres)