IndexedColumnCollection.Add 메서드 (IndexedColumn, String)
Adds an IndexedColumn object to the position after a specified, existing IndexedColumn object in the IndexedColumnCollection collection.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Public Sub Add ( _
indexedColumn As IndexedColumn, _
insertAtColumnName As String _
)
‘사용 방법
Dim instance As IndexedColumnCollection
Dim indexedColumn As IndexedColumn
Dim insertAtColumnName As String
instance.Add(indexedColumn, insertAtColumnName)
public void Add(
IndexedColumn indexedColumn,
string insertAtColumnName
)
public:
void Add(
IndexedColumn^ indexedColumn,
String^ insertAtColumnName
)
member Add :
indexedColumn:IndexedColumn *
insertAtColumnName:string -> unit
public function Add(
indexedColumn : IndexedColumn,
insertAtColumnName : String
)
매개 변수
- indexedColumn
유형: Microsoft.SqlServer.Management.Smo.IndexedColumn
An IndexedColumn object value that is to be added into the IndexedColumnCollection collection.
- insertAtColumnName
유형: System.String
A String value that specifies the name of the existing IndexedColumn object in the collection after which to insert the new IndexedColumn object.