IndexedXmlPathCollection.Item 属性 (Int32)

Gets or sets the item in the collection.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public ReadOnly Default Property Item ( _
    index As Integer _
) As IndexedXmlPath 
    Get
用法
Dim instance As IndexedXmlPathCollection 
Dim index As Integer 
Dim value As IndexedXmlPath 

value = instance(index)
public IndexedXmlPath this[
    int index
] { get; }
public:
property IndexedXmlPath^ default[int index] {
    IndexedXmlPath^ get (int index);
}
member Item : IndexedXmlPath
JScript 支持使用索引属性,但不支持声明新索引属性。

参数

  • index
    类型:System.Int32
    The zero-based index of the element to get or set.

属性值

类型:Microsoft.SqlServer.Management.Smo.IndexedXmlPath
The item in the collection.

请参阅

参考

IndexedXmlPathCollection 类

Item 重载

Microsoft.SqlServer.Management.Smo 命名空间