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.