Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Adds the indexed XML path namespace to the collection.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Sub Add ( _
indexedXmlPathNamespace As IndexedXmlPathNamespace _
)
'Usage
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
)
Parameters
- indexedXmlPathNamespace
Type: Microsoft.SqlServer.Management.Smo.IndexedXmlPathNamespace
The indexed XML path namespace to add.