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
- node
Type: Microsoft.VisualStudio.Data.Schema.Package.Project.IDatabaseFileNode
The properties file.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IDatabaseProjectPropertiesContainer Interface
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace