Udostępnij za pośrednictwem


Konstruktor IndexedColumn (Index, String)

Inicjuje nowe wystąpienie IndexedColumn klasy na określony indeks i o określonej nazwie.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Składnia

'Deklaracja
Public Sub New ( _
    index As Index, _
    name As String _
)
'Użycie
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
)

Parametry