Compartir a través de


IndexedColumn Constructor (Index, String)

Initializes a new instance of the IndexedColumn class on the specified index and with the specified name.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
Public Sub New ( _
    index As Index, _
    name As String _
)
'Uso
Dim index As Index
Dim name As String

Dim instance As New IndexedColumn(index, name)
public IndexedColumn(
    Index index,
    string name
)
public:
IndexedColumn(
    Index^ index, 
    String^ name
)
new : 
        index:Index * 
        name:string -> IndexedColumn
public function IndexedColumn(
    index : Index, 
    name : String
)

Parámetros