IndexedXmlPathCollection.Add 方法 (IndexedXmlPath)
Adds an item to the collection with specified path.
命名空间: Microsoft.SqlServer.Management.Smo
程序集: Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)
语法
声明
Public Sub Add ( _
indexedXmlPath As IndexedXmlPath _
)
用法
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
)
参数
- indexedXmlPath
类型:Microsoft.SqlServer.Management.Smo.IndexedXmlPath
The path of the object to be added to the collection.