IDatabasePropertiesContainer.SavePropertyFile Method
Saves the property file if it happens to have a modification in the running document table.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Sub SavePropertyFile ( _
source As DatabaseTaskHost..::..PropertySource _
)
'Usage
Dim instance As IDatabasePropertiesContainer
Dim source As DatabaseTaskHost..::..PropertySource
instance.SavePropertyFile(source)
void SavePropertyFile(
DatabaseTaskHost..::..PropertySource source
)
void SavePropertyFile(
DatabaseTaskHost..::..PropertySource source
)
function SavePropertyFile(
source : DatabaseTaskHost..::..PropertySource
)
abstract SavePropertyFile :
source:DatabaseTaskHost..::..PropertySource -> unit
Parameters
- source
Type: Microsoft.Data.Schema.Build.DatabaseTaskHost.PropertySource
The property source (catalog or server)
.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
IDatabasePropertiesContainer Interface
IDatabasePropertiesContainer Members
Microsoft.VisualStudio.Data.Schema.Project.Project Namespace