OrderColumn constructeur
Creates a OrderColumn points to a column with an order that is specified within a table-valued function that was created by using CREATE FUNCTION and the ORDER BY clause.
Espace de noms : Microsoft.SqlServer.Management.Smo
Assembly : Microsoft.SqlServer.Smo (dans Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public Sub New
'Utilisation
Dim instance As New OrderColumn()
public OrderColumn()
public:
OrderColumn()
new : unit -> OrderColumn
public function OrderColumn()