Delen via


IDatabaseProjectPropertiesContainer.ProcessPropertyFile Method

Tells the container to update the TaskHost with the property values that are currently in the property node file (either database or server).

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
Sub ProcessPropertyFile ( _
    node As IDatabaseFileNode _
)
void ProcessPropertyFile(
    IDatabaseFileNode node
)
void ProcessPropertyFile(
    IDatabaseFileNode^ node
)
abstract ProcessPropertyFile : 
        node:IDatabaseFileNode -> unit 
function ProcessPropertyFile(
    node : IDatabaseFileNode
)

Parameters

.NET Framework Security

See Also

Reference

IDatabaseProjectPropertiesContainer Interface

Microsoft.VisualStudio.Data.Schema.Package.Project Namespace