This topic has not yet been rated - Rate this topic

UserDefinedFunction.OrderColumns Property

Gets the OrderColumnsCollection that is associated with this user-defined function.

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

Property Value

Type: Microsoft.SqlServer.Management.Smo.OrderColumnCollection
The OrderColumnsCollection that is associated with this user-defined function.

This property can be used only for CLR table-valued functions. This property is null if the function is not a CLR table-valued function or if the order of results is not specified.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.