Partager via


DatabaseTaskHost.SetAndSavePropertyFiles, méthode

Définit ces propriétés dans un lot et enregistre le fichier.

Espace de noms :  Microsoft.Data.Schema.Build
Assembly :  Microsoft.Data.Schema (dans Microsoft.Data.Schema.dll)

Syntaxe

'Déclaration
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[]
)

Paramètres

  • catalogFullPath
    Type : System.String
    Chemin d'accès complet au catalogue.
  • serverFullPath
    Type : System.String
    Chemin d'accès complet au serveur.

Notes

Si le fichier est ouvert dans le RDT, l'utilisateur reçoit un message de type « Voulez-vous recharger ? ».

Sécurité .NET Framework

Voir aussi

Référence

DatabaseTaskHost Classe

Microsoft.Data.Schema.Build, espace de noms