Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Adds an item to the collection with specified path.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
Public Sub Add ( _
indexedXmlPath As IndexedXmlPath _
)
'Utilizzo
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
)
Parametri
- indexedXmlPath
Tipo: Microsoft.SqlServer.Management.Smo.IndexedXmlPath
The path of the object to be added to the collection.