IndexedXmlPathCollection.Add 메서드 (IndexedXmlPath, Int32)

Adds an item to the collection with specified path and position where it will be inserted at.

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

구문

‘선언
Public Sub Add ( _
    indexedXmlPath As IndexedXmlPath, _
    insertAtPosition As Integer _
)
‘사용 방법
Dim instance As IndexedXmlPathCollection 
Dim indexedXmlPath As IndexedXmlPath 
Dim insertAtPosition As Integer

instance.Add(indexedXmlPath, insertAtPosition)
public void Add(
    IndexedXmlPath indexedXmlPath,
    int insertAtPosition
)
public:
void Add(
    IndexedXmlPath^ indexedXmlPath, 
    int insertAtPosition
)
member Add : 
        indexedXmlPath:IndexedXmlPath * 
        insertAtPosition:int -> unit
public function Add(
    indexedXmlPath : IndexedXmlPath, 
    insertAtPosition : int
)

매개 변수

  • insertAtPosition
    유형: System.Int32
    The position where the item will be inserted.

참고 항목

참조

IndexedXmlPathCollection 클래스

Add 오버로드

Microsoft.SqlServer.Management.Smo 네임스페이스