Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies an item by its identifier.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public Function ItemById ( _
id As Integer _
) As IndexedXmlPath
'Usage
Dim instance As IndexedXmlPathCollection
Dim id As Integer
Dim returnValue As IndexedXmlPath
returnValue = instance.ItemById(id)
public IndexedXmlPath ItemById(
int id
)
public:
IndexedXmlPath^ ItemById(
int id
)
member ItemById :
id:int -> IndexedXmlPath
public function ItemById(
id : int
) : IndexedXmlPath
Parameters
- id
Type: System.Int32
The identifier of the item.
Return Value
Type: Microsoft.SqlServer.Management.Smo.IndexedXmlPath
The specified item.