Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This interface represents the properties folder in Solution Explorer.
This API is not CLS-compliant.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public Interface IDatabaseProjectPropertiesContainer
[CLSCompliantAttribute(false)]
public interface IDatabaseProjectPropertiesContainer
[CLSCompliantAttribute(false)]
public interface class IDatabaseProjectPropertiesContainer
[<CLSCompliantAttribute(false)>]
type IDatabaseProjectPropertiesContainer = interface end
public interface IDatabaseProjectPropertiesContainer
The IDatabaseProjectPropertiesContainer type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
GetDefaultValue | Returns the default value of a catalog or server property. |
![]() |
GetProperty | Returns the value of a catalog or server property. |
![]() |
GetPropertyAsBoolean | Returns the value of a catalog or server property as a Boolean. |
![]() |
GetPropertyFiles | Returns both the server and catalog property files for the project. |
![]() |
ProcessPropertyFile | Tells the container to update the TaskHost with the property values that are currently in the property node file (either database or server). |
![]() |
SavePropertyFile | Saves the property file if it has a modification in the Running Document Table (RDT). |
![]() |
SetProperties | Sets the properties in a batch mode. |
Top
Events
Name | Description | |
---|---|---|
![]() |
CatalogOrServerPropertyChanged | Notification that a catalog or server property has changed. |
Top
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace