SqlDatabaseSchemaViewNodeExtender.GetComponentName Method
Returns the component name.
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 GetComponentName As String
'Usage
Dim instance As SqlDatabaseSchemaViewNodeExtender
Dim returnValue As String
returnValue = instance.GetComponentName()
public string GetComponentName()
public:
virtual String^ GetComponentName() sealed
public final function GetComponentName() : String
abstract GetComponentName : unit -> string
override GetComponentName : unit -> string
Return Value
Type: System.String
Implements
ICustomTypeDescriptor.GetComponentName()
.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
SqlDatabaseSchemaViewNodeExtender Class
SqlDatabaseSchemaViewNodeExtender Members
Microsoft.VisualStudio.Data.Schema.Project.Sql.Project.Features.DatabaseSchemaView Namespace