IDatabaseProjectSerializationParticipant Interface
Participates in the serialization and deserialization of the database project.
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 IDatabaseProjectSerializationParticipant _
Inherits IExtension
[CLSCompliantAttribute(false)]
public interface IDatabaseProjectSerializationParticipant : IExtension
[CLSCompliantAttribute(false)]
public interface class IDatabaseProjectSerializationParticipant : IExtension
[<CLSCompliantAttribute(false)>]
type IDatabaseProjectSerializationParticipant =
interface
interface IExtension
end
public interface IDatabaseProjectSerializationParticipant extends IExtension
The IDatabaseProjectSerializationParticipant type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
GetCriticalProperties |
Top
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace