次の方法で共有


Add メソッド

IndexCollection コレクションに Index オブジェクトを追加します。

名前空間:  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
)

パラメーター