IndexedColumn Constructor
Initializes a new instance of the IndexedColumn class.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public Sub New
'Uso
Dim instance As New IndexedColumn()
public IndexedColumn()
public:
IndexedColumn()
new : unit -> IndexedColumn
public function IndexedColumn()
Comentarios
The default constructor initializes any fields to their default values.
Ejemplos
Crear, modificar y eliminar índices
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.Smo