Share via


SqlDatabaseSchemaViewNodeExtender.GetAttributes Method

Returns an attribute collection.

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
Public Function GetAttributes As AttributeCollection
'Usage
Dim instance As SqlDatabaseSchemaViewNodeExtender 
Dim returnValue As AttributeCollection 

returnValue = instance.GetAttributes()
public AttributeCollection GetAttributes()
public:
virtual AttributeCollection^ GetAttributes() sealed
public final function GetAttributes() : AttributeCollection

Return Value

Type: System.ComponentModel.AttributeCollection

Implements

ICustomTypeDescriptor.GetAttributes()

.NET Framework Security

See Also

Reference

SqlDatabaseSchemaViewNodeExtender Class

SqlDatabaseSchemaViewNodeExtender Members

Microsoft.VisualStudio.Data.Schema.Project.Sql.Project.Features.DatabaseSchemaView Namespace