共用方式為


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 命名空間