共用方式為


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 命名空間