Freigeben über


DatabaseTaskHost.GetChangedPropertiesFromPropertiesFile-Methode

Gibt eine Liste von Eigenschaften für die angegebene Konfiguration aus der Eigenschaftendatei unter fullPath zurück, in der die Eigenschaft hinzugefügt, gelöscht oder geändert wurde.

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

Syntax

'Declaration
Public Overridable Sub GetChangedPropertiesFromPropertiesFile ( _
    fullPath As String, _
    source As DatabaseTaskHost..::..PropertySource, _
    <OutAttribute> ByRef addedProperties As IList(Of Tuple(Of String, String)), _
    <OutAttribute> ByRef deletedProperties As IList(Of String), _
    <OutAttribute> ByRef changedProperties As IList(Of Tuple(Of String, String, String)) _
)
public virtual void GetChangedPropertiesFromPropertiesFile(
    string fullPath,
    DatabaseTaskHost..::..PropertySource source,
    out IList<Tuple<string, string>> addedProperties,
    out IList<string> deletedProperties,
    out IList<Tuple<string, string, string>> changedProperties
)
public:
virtual void GetChangedPropertiesFromPropertiesFile(
    String^ fullPath, 
    DatabaseTaskHost..::..PropertySource source, 
    [OutAttribute] IList<Tuple<String^, String^>^>^% addedProperties, 
    [OutAttribute] IList<String^>^% deletedProperties, 
    [OutAttribute] IList<Tuple<String^, String^, String^>^>^% changedProperties
)
abstract GetChangedPropertiesFromPropertiesFile : 
        fullPath:string * 
        source:DatabaseTaskHost..::..PropertySource * 
        addedProperties:IList<Tuple<string, string>> byref * 
        deletedProperties:IList<string> byref * 
        changedProperties:IList<Tuple<string, string, string>> byref -> unit 
override GetChangedPropertiesFromPropertiesFile : 
        fullPath:string * 
        source:DatabaseTaskHost..::..PropertySource * 
        addedProperties:IList<Tuple<string, string>> byref * 
        deletedProperties:IList<string> byref * 
        changedProperties:IList<Tuple<string, string, string>> byref -> unit 
public function GetChangedPropertiesFromPropertiesFile(
    fullPath : String, 
    source : DatabaseTaskHost..::..PropertySource, 
    addedProperties : IList<Tuple<String, String>>, 
    deletedProperties : IList<String>, 
    changedProperties : IList<Tuple<String, String, String>>
)

Parameter

  • fullPath
    Typ: System.String
    Der vollständige Pfad der Eigenschaftendatei.

Hinweise

Die Standardimplementierung dieser Methode hat keine Funktion. Jede Datenbankschema-Anbieterimplementierung muss davon abgeleitet werden, um Dateien in ihrer speziellen Datenbank oder in den Schemaeigenschaften zu lesen.

.NET Framework-Sicherheit

Siehe auch

Referenz

DatabaseTaskHost Klasse

Microsoft.Data.Schema.Build-Namespace