IDatabaseProjectPropertiesContainer Interface

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
Public method GetDefaultValue Returns the default value of a catalog or server property.
Public method GetProperty Returns the value of a catalog or server property.
Public method GetPropertyAsBoolean Returns the value of a catalog or server property as a Boolean.
Public method GetPropertyFiles Returns both the server and catalog property files for the project.
Public method ProcessPropertyFile Tells the container to update the TaskHost with the property values that are currently in the property node file (either database or server).
Public method SavePropertyFile Saves the property file if it has a modification in the Running Document Table (RDT).
Public method SetProperties Sets the properties in a batch mode.

Top

Events

  Name Description
Public event CatalogOrServerPropertyChanged Notification that a catalog or server property has changed.

Top

See Also

Reference

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