XsdReferenceNodeExtender Class
This class and its members are reserved for internal use and are not intended to be used in your code.
This API is not CLS-compliant.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Data.Schema.Package.Project.DatabaseProjectExtenderBase
Microsoft.VisualStudio.Data.Schema.Package.Project.DatabaseProjectNodeExtender
Microsoft.VisualStudio.Data.Schema.Package.Sql.Internal.XsdReferenceNodeExtender
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Sql.Internal
Assembly: Microsoft.VisualStudio.Data.Schema.Package.Sql (in Microsoft.VisualStudio.Data.Schema.Package.Sql.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
<ComVisibleAttribute(True)> _
Public NotInheritable Class XsdReferenceNodeExtender _
Inherits DatabaseProjectNodeExtender _
Implements ICustomTypeDescriptor
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
public sealed class XsdReferenceNodeExtender : DatabaseProjectNodeExtender,
ICustomTypeDescriptor
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
public ref class XsdReferenceNodeExtender sealed : public DatabaseProjectNodeExtender,
ICustomTypeDescriptor
[<Sealed>]
[<CLSCompliantAttribute(false)>]
[<ComVisibleAttribute(true)>]
type XsdReferenceNodeExtender =
class
inherit DatabaseProjectNodeExtender
interface ICustomTypeDescriptor
end
public final class XsdReferenceNodeExtender extends DatabaseProjectNodeExtender implements ICustomTypeDescriptor
The XsdReferenceNodeExtender type exposes the following members.
Properties
Name | Description | |
---|---|---|
Node | Gets or sets the node to extend. (Inherited from DatabaseProjectNodeExtender.) | |
RelationalSchemaName | This class and its members are reserved for internal use and are not intended to be used in your code. | |
TaskHost | Gets the task host for the node that is available from the project manager. (Inherited from DatabaseProjectNodeExtender.) | |
XsdSchemaCollectionName | This class and its members are reserved for internal use and are not intended to be used in your code. |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Finalizes this object by notifying the site that this extender is not valid. (Inherited from DatabaseProjectExtenderBase.) | |
GetAttributes | This class and its members are reserved for internal use and are not intended to be used in your code. | |
GetClassName | This class and its members are reserved for internal use and are not intended to be used in your code. | |
GetComponentName | This class and its members are reserved for internal use and are not intended to be used in your code. | |
GetConverter | This class and its members are reserved for internal use and are not intended to be used in your code. | |
GetDefaultEvent | This class and its members are reserved for internal use and are not intended to be used in your code. | |
GetDefaultProperty | This class and its members are reserved for internal use and are not intended to be used in your code. | |
GetDefaultValue | Returns the default value for a property from the database task host. (Inherited from DatabaseProjectNodeExtender.) | |
GetDefaultValueAsBool | Returns the default value from the database task host as a Boolean. (Inherited from DatabaseProjectNodeExtender.) | |
GetEditor | This class and its members are reserved for internal use and are not intended to be used in your code. | |
GetEvents() | This class and its members are reserved for internal use and are not intended to be used in your code. | |
GetEvents(array<Attribute[]) | This class and its members are reserved for internal use and are not intended to be used in your code. | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetProperties() | This class and its members are reserved for internal use and are not intended to be used in your code. | |
GetProperties(array<Attribute[]) | This class and its members are reserved for internal use and are not intended to be used in your code. | |
GetPropertyOwner | This class and its members are reserved for internal use and are not intended to be used in your code. | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Converts to a string. (Inherited from DatabaseProjectExtenderBase.) |
Top
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
Microsoft.VisualStudio.Data.Schema.Package.Sql.Internal Namespace