Compartir a través de


DatabaseTaskHost.GetChangedPropertiesFromPropertiesFile (Método)

Devuelve una lista de propiedades para la configuración determinada desde el archivo de propiedades en fullPath donde la propiedad se ha agregado, eliminado o cambiado.

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

Sintaxis

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

Parámetros

  • fullPath
    Tipo: System.String
    Ruta de acceso completa al archivo de propiedades.

Comentarios

La implementación predeterminada de esta función no hace nada. Cada implementación de proveedor de esquema de la base de datos debe derivar de esto para leer en su base de datos o archivos de propiedades de esquema.

Seguridad de .NET Framework

Vea también

Referencia

DatabaseTaskHost Clase

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