IndexedColumnCollection.Add 메서드 (IndexedColumn)
Adds an IndexedColumn object to the IndexedColumnCollection object.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Public Sub Add ( _
indexedColumn As IndexedColumn _
)
‘사용 방법
Dim instance As IndexedColumnCollection
Dim indexedColumn As IndexedColumn
instance.Add(indexedColumn)
public void Add(
IndexedColumn indexedColumn
)
public:
void Add(
IndexedColumn^ indexedColumn
)
member Add :
indexedColumn:IndexedColumn -> unit
public function Add(
indexedColumn : IndexedColumn
)
매개 변수
- indexedColumn
유형: Microsoft.SqlServer.Management.Smo.IndexedColumn
An IndexedColumn object value that is to be added into the IndexedColumnCollection column collection.