IDatabaseProjectPropertiesContainer.SavePropertyFile Method
Saves the property file if it has a modification in the Running Document Table (RDT).
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Sub SavePropertyFile ( _
source As DatabaseTaskHost..::..PropertySource _
)
void SavePropertyFile(
DatabaseTaskHost..::..PropertySource source
)
void SavePropertyFile(
DatabaseTaskHost..::..PropertySource source
)
abstract SavePropertyFile :
source:DatabaseTaskHost..::..PropertySource -> unit
function SavePropertyFile(
source : DatabaseTaskHost..::..PropertySource
)
Parameters
- source
Type: Microsoft.Data.Schema.Build.DatabaseTaskHost.PropertySource
Defines which property file to save.
.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