Bagikan melalui


IndexedXmlPathCollection.Add Method (IndexedXmlPath)

Adds an item to the collection with specified path.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public Sub Add ( _
    indexedXmlPath As IndexedXmlPath _
)
'Usage
Dim instance As IndexedXmlPathCollection 
Dim indexedXmlPath As IndexedXmlPath

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

Parameters

See Also

Reference

IndexedXmlPathCollection Class

Add Overload

Microsoft.SqlServer.Management.Smo Namespace