Share via


__DSREFTYPE Enumeration

Contains constants for all the types that a DSRef object can represent.

This API is not CLS-compliant. 

Namespace:  Microsoft.VisualStudio.Data.Services.SupportEntities.Interop
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public Enumeration __DSREFTYPE
[CLSCompliantAttribute(false)]
public enum __DSREFTYPE
[CLSCompliantAttribute(false)]
public enum class __DSREFTYPE
[<CLSCompliantAttribute(false)>]
type __DSREFTYPE
public enum __DSREFTYPE

Members

Member name Description
DSREFTYPE_COLLECTION Specifies a collection.
DSREFTYPE_DATABASE Specifies a database object.
DSREFTYPE_DATASOURCEROOT Specifies a data source root.
DSREFTYPE_EXTENDED Specifies an extended type.
DSREFTYPE_FIELD Specifies a data field.
DSREFTYPE_FUNCTION Specifies a database function.
DSREFTYPE_HASFIRSTCHILD Specifies that the DSRef object has a first child.
DSREFTYPE_HASMONIKER Specifies that the DSRef object has a moniker.
DSREFTYPE_HASNAME Specifies that the DSRef object has a name.
DSREFTYPE_HASNEXTSIBLING Specifies that the DSRef object has a sibling that can be accessed next.
DSREFTYPE_HASOWNER Specifies that the DSRef object has an owner.
DSREFTYPE_HASPROP Specifies that the DSRef object has properties.
DSREFTYPE_INDEX Specifies a database index.
DSREFTYPE_MIXED Specifies the DSRef object supports mixed mode
DSREFTYPE_MULTIPLE Specifies a multiple DSRef object.
DSREFTYPE_NODE Specifies a generic node.
DSREFTYPE_NULL Specifies a null value (0).
DSREFTYPE_PACKAGE Specifies a package.
DSREFTYPE_PACKAGEBODY Specifies a package body.
DSREFTYPE_QUERY Specifies a query.
DSREFTYPE_RELATIONSHIP Specifies a database relationship object.
DSREFTYPE_SCHEMADIAGRAM The DSRef object.
DSREFTYPE_STOREDPROCEDURE Specifies a stored procedure.
DSREFTYPE_SYNONYM Specifies a synonym.
DSREFTYPE_TABLE Specifies a table.
DSREFTYPE_TRIGGER Specifies a trigger.
DSREFTYPE_USERDEFINEDTYPE Specifies a user-defined type.
DSREFTYPE_VIEW The DSRef object.
DSREFTYPE_VIEWINDEX Specifies a database view index.
DSREFTYPE_VIEWTRIGGER Specifies a database view trigger.

See Also

Reference

Microsoft.VisualStudio.Data.Services.SupportEntities.Interop Namespace