The ExtendedPropertyNames type exposes the following members.

Constructors

  NameDescription
Public methodExtendedPropertyNames
Initializes a new instance of the ExtendedPropertyNames class

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)

Fields

  NameDescription
Public fieldStatic memberCascadeDelete
Public fieldStatic memberCascadeUpdate
Public fieldStatic memberCollation
The collation setting
Public fieldStatic memberComment
A comment.
Public fieldStatic memberComputedDefinition
The statement that defines the computed field
Public fieldStatic memberConstraintDefinitionFormat
Public fieldStatic memberConstraintNameFormat
Public fieldStatic memberConstraintTypeFormat
Public fieldStatic memberDatabaseMajorVersion
Major Version.
Public fieldStatic memberDatabaseVersion
Version.
Public fieldStatic memberDefaultValue
The default value
Public fieldStatic memberDescription
The Description
Public fieldStatic memberDRIIndex
The index is used to maintain a declarative referential constraint. Click here for more information.
Public fieldStatic memberDRIPrimaryKey
The index implements a SQL Server PRIMARY KEY constraint. A value is returned only. Click here for more information.
Public fieldStatic memberDRIUniqueKey
The index implements a UNIQUE constraint on a table not constrained by primary key. The index is a candidate key. Click here for more information.
Public fieldStatic memberDropExist
Optimizes index creation when an existing index is rebuilt. Click here for more information.
Public fieldStatic memberFileGroup
The FileGroup property identifies the file group used to store Microsoft SQL Server table or index data. Click here for more information.
Public fieldStatic memberIdentityIncrement
Identity Increment
Public fieldStatic memberIdentitySeed
Identity Seed
Public fieldStatic memberIgnoreDuplicateKey
Controls error generation when an INSERT or UPDATE operation could cause a constraint violation and the index implements a PRIMARY KEY or UNIQUE constraint. Click here for more information.
Public fieldStatic memberIsAggregateFunction
Scalar Function.
Public fieldStatic memberIsAutoStatistics
The StatisticsIndex property directs Index object property evaluation when the object is used to create a Microsoft SQL Server index. Click here for more information.
Public fieldStatic memberIsCLR
CLR Procedure or Function.
Public fieldStatic memberIsClustered
The index is clustered. SQL Server supports a single clustered index on any table. Click here for more information.
Public fieldStatic memberIsComputed
Computed Column or Index
Public fieldStatic memberIsConstraint
Public fieldStatic memberIsDescending
Public fieldStatic memberIsDeterministic
Column is Deterministic. True if Deterministic (results are consistent). False if Indeterminate (results might differ with a given set of input values).
Public fieldStatic memberIsFullTextKey
The IsFullTextKey property identifies the index used by Microsoft Search to support row identification. Click here for more information.
Public fieldStatic memberIsHypothetical
Redirects index creation, mapping Index object manipulation to CREATE STATISTICS and DROP STATISTICS statements. Click here for more information.
Public fieldStatic memberIsIdentity
Identity Column
Public fieldStatic memberIsInlineTableValuedFunction
Inline-Table-Valued Function.
Public fieldStatic memberIsMultiStatementTableValuedFunction
Multi-Statement-Table-Valued Function
Public fieldStatic memberIsNotForReplication
Public fieldStatic memberIsRowGuidColumn
The Column is a Row Guid
Public fieldStatic memberIsScalarFunction
Scalar Function.
Public fieldStatic memberIsSchemaAlias
Returns true if the Schema Object is aliased. Some relational database management systems (RDBMS) like DB2 support aliasing of schema objects. Click here for more information.
Public fieldStatic memberIsStatistics
The StatisticsIndex property directs Index object property evaluation when the object is used to create a Microsoft SQL Server index. Click here for more information.
Public fieldStatic memberIsTableIndex
Public fieldStatic memberIsTableValuedFunction
Table-Valued Function
Public fieldStatic memberIsTrigger
Public fieldStatic memberIsUserDefinedTableType
User Defined Table Type.
Public fieldStatic memberNoRecompute
Creates index with statistics computation off. Click here for more information.
Public fieldStatic memberNumberOfResultSets
Number of result sets that a command can return. Click here for more information.
Public fieldStatic memberObjectID
Public fieldStatic memberObjectType
The object type of a Schema Object.
Public fieldStatic memberOriginalFillFactor
The FillFactor property exposes the percent of each page used to store index data when the index is created. Click here for more information.
Public fieldStatic memberPadIndex
Index nodes are padded using a fill factor. Click here for more information.
Public fieldStatic memberParameterID
Public fieldStatic memberSequence
Public fieldStatic memberSourceSchemaName
If the schema is aliased, then the Extended Property value should contain Schema Object name that is aliased. Some relational database management systems (RDBMS) like DB2 support aliasing of schema objects. Click here for more information.
Public fieldStatic memberSourceSchemaOwner
If the schema is aliased, then the Extended Property value should contain Schema Object owner that is aliased. Some relational database management systems (RDBMS) like DB2 support aliasing of schema objects. Click here for more information.
Public fieldStatic memberSpecificName
Use a specific name to declare an identifier for a UDR that is unique in the database or name space. Use the Specific Name segment whenever you see a reference to a specific name in a syntax diagram. Click here for more information.Click here for more information.
Public fieldStatic memberSystemType
The System Type (E.G., System.String)
Public fieldStatic memberUserDefinedType
Public fieldStatic memberWithNoCheck

See Also