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.
Provides the properties on a VSTSDB project reference node.
This API is not CLS-compliant.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Sql.Project.Features.Extenders
Assembly: Microsoft.VisualStudio.Data.Schema.Project.Sql (in Microsoft.VisualStudio.Data.Schema.Project.Sql.dll)
Syntax
'Declaration
<ComVisibleAttribute(True)> _
<CLSCompliantAttribute(False)> _
Public NotInheritable Class DBProProjectOrDbSchemaFileReferenceNodeExtender _
Inherits DatabaseNodeExtender _
Implements ICustomTypeDescriptor
'Usage
Dim instance As DBProProjectOrDbSchemaFileReferenceNodeExtender
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public sealed class DBProProjectOrDbSchemaFileReferenceNodeExtender : DatabaseNodeExtender,
ICustomTypeDescriptor
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public ref class DBProProjectOrDbSchemaFileReferenceNodeExtender sealed : public DatabaseNodeExtender,
ICustomTypeDescriptor
public final class DBProProjectOrDbSchemaFileReferenceNodeExtender extends DatabaseNodeExtender implements ICustomTypeDescriptor
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Data.Schema.Project.Project.Features.Extenders.BaseExtender
Microsoft.VisualStudio.Data.Schema.Project.Project.Features.Extenders.DatabaseNodeExtender
Microsoft.VisualStudio.Data.Schema.Project.Sql.Project.Features.Extenders.DBProProjectOrDbSchemaFileReferenceNodeExtender
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
DBProProjectOrDbSchemaFileReferenceNodeExtender Members
Microsoft.VisualStudio.Data.Schema.Project.Sql.Project.Features.Extenders Namespace