IndexedXmlPathCollection.ItemById 메서드

Specifies an item by its identifier.

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)

구문

‘선언
Public Function ItemById ( _
    id As Integer _
) As IndexedXmlPath
‘사용 방법
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

매개 변수

반환 값

유형: Microsoft.SqlServer.Management.Smo.IndexedXmlPath
The specified item.

참고 항목

참조

IndexedXmlPathCollection 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스