Udostępnij za pośrednictwem


UserDefinedFunction.OrderColumns Property

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

Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)

Syntax

'Deklaracja
<SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, GetType(OrderColumn))> _
Public ReadOnly Property OrderColumns As OrderColumnCollection
[SfcObjectAttribute(SfcContainerRelationship.ChildContainer, SfcContainerCardinality.ZeroToAny, typeof(OrderColumn))] 
public OrderColumnCollection OrderColumns { get; }
[SfcObjectAttribute(SfcContainerRelationship::ChildContainer, SfcContainerCardinality::ZeroToAny, typeof(OrderColumn))] 
public:
property OrderColumnCollection^ OrderColumns {
    OrderColumnCollection^ get ();
}
/** @property */
public OrderColumnCollection get_OrderColumns ()
public function get OrderColumns () : OrderColumnCollection

Remarks

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.

Example

Scripting

Thread Safety

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.

Target Platforms

For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.