IDatabaseProjectNode.DebuggableDatabaseProject Property
Gets the interface that is used to control the debuggable database project configuration interface.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
ReadOnly Property DebuggableDatabaseProject As IDebuggableDatabaseProject
IDebuggableDatabaseProject DebuggableDatabaseProject { get; }
property IDebuggableDatabaseProject^ DebuggableDatabaseProject {
IDebuggableDatabaseProject^ get ();
}
abstract DebuggableDatabaseProject : IDebuggableDatabaseProject
function get DebuggableDatabaseProject () : IDebuggableDatabaseProject
Property Value
Type: Microsoft.VisualStudio.Data.Schema.Package.Project.IDebuggableDatabaseProject
.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
IDatabaseProjectNode Interface
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace