SqlDatabaseSchemaViewNodeExtender Class
This type is only used internally; you cannot use it directly from your code. Represents a schema view node extender.
This API is not CLS-compliant.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Sql.Project.Features.DatabaseSchemaView
Assembly: Microsoft.VisualStudio.Data.Schema.Project.Sql (in Microsoft.VisualStudio.Data.Schema.Project.Sql.dll)
Syntax
'Declaration
<ComVisibleAttribute(True)> _
<CLSCompliantAttribute(False)> _
Public Class SqlDatabaseSchemaViewNodeExtender _
Inherits BaseExtender _
Implements ICustomTypeDescriptor
'Usage
Dim instance As SqlDatabaseSchemaViewNodeExtender
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public class SqlDatabaseSchemaViewNodeExtender : BaseExtender,
ICustomTypeDescriptor
[ComVisibleAttribute(true)]
[CLSCompliantAttribute(false)]
public ref class SqlDatabaseSchemaViewNodeExtender : public BaseExtender,
ICustomTypeDescriptor
public class SqlDatabaseSchemaViewNodeExtender extends BaseExtender implements ICustomTypeDescriptor
[<ComVisibleAttribute(true)>]
[<CLSCompliantAttribute(false)>]
type SqlDatabaseSchemaViewNodeExtender =
class
inherit BaseExtender
interface ICustomTypeDescriptor
end
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Data.Schema.Project.Project.Features.Extenders.BaseExtender
Microsoft.VisualStudio.Data.Schema.Project.Sql.Project.Features.DatabaseSchemaView.SqlDatabaseSchemaViewNodeExtender
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
SqlDatabaseSchemaViewNodeExtender Members
Microsoft.VisualStudio.Data.Schema.Project.Sql.Project.Features.DatabaseSchemaView Namespace