IndexCollection.Add 方法

Adds an Index object to the IndexCollection collection.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public Sub Add ( _
    index As Index _
)
用法
Dim instance As IndexCollection 
Dim index As Index

instance.Add(index)
public void Add(
    Index index
)
public:
void Add(
    Index^ index
)
member Add : 
        index:Index -> unit
public function Add(
    index : Index
)

参数

示例

使用集合

请参阅

参考

IndexCollection 类

Microsoft.SqlServer.Management.Smo 命名空间