Share via


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

.NET Framework Security

See Also

Reference

IDatabaseProjectPropertiesContainer Interface

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