다음을 통해 공유


Add 메서드

Adds an Index object to the IndexCollection collection.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo

구문

‘선언
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
)

매개 변수