IndexedXmlPathNamespaceCollection.Add 方法

Adds the indexed XML path namespace to the collection.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public Sub Add ( _
    indexedXmlPathNamespace As IndexedXmlPathNamespace _
)
用法
Dim instance As IndexedXmlPathNamespaceCollection 
Dim indexedXmlPathNamespace As IndexedXmlPathNamespace

instance.Add(indexedXmlPathNamespace)
public void Add(
    IndexedXmlPathNamespace indexedXmlPathNamespace
)
public:
void Add(
    IndexedXmlPathNamespace^ indexedXmlPathNamespace
)
member Add : 
        indexedXmlPathNamespace:IndexedXmlPathNamespace -> unit
public function Add(
    indexedXmlPathNamespace : IndexedXmlPathNamespace
)

参数

请参阅

参考

IndexedXmlPathNamespaceCollection 类

Microsoft.SqlServer.Management.Smo 命名空间