This topic has not yet been rated - Rate this topic

Check.ExtendedProperties Property

Represents a collection of ExtendedProperty objects. Each ExtendedProperty object represents an extended property on the Check object.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, 
	typeof(ExtendedProperty))]
public ExtendedPropertyCollection ExtendedProperties { get; }

Property Value

Type: Microsoft.SqlServer.Management.Smo.ExtendedPropertyCollection
An ExtendedPropertyCollection object that represents all the extended properties defined on the Check object.

Implements

IExtendedProperties.ExtendedProperties
NoteNote

Check constraints based on the UserDefinedTableType object will generate an exception because user-defined table types do not support extended properties.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.