UserDefinedFunction.OrderColumns Property
SQL Server 2012
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.OrderColumnCollectionThe OrderColumnsCollection that is associated with this user-defined function.
