IndexedXmlPathNamespaceCollection.Add Método
Adds the indexed XML path namespace to the collection.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public Sub Add ( _
indexedXmlPathNamespace As IndexedXmlPathNamespace _
)
'Uso
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
)
Parámetros
- indexedXmlPathNamespace
Tipo: Microsoft.SqlServer.Management.Smo.IndexedXmlPathNamespace
The indexed XML path namespace to add.