Bagikan melalui


IndexedXmlPathCollection.Item Property (String)

Gets or sets the item in the collection.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    name As String _
) As IndexedXmlPath 
    Get
'Usage
Dim instance As IndexedXmlPathCollection 
Dim name As String 
Dim value As IndexedXmlPath 

value = instance(name)
public IndexedXmlPath this[
    string name
] { get; }
public:
property IndexedXmlPath^ default[String^ name] {
    IndexedXmlPath^ get (String^ name);
}
member Item : IndexedXmlPath
JScript supports the use of indexed properties, but not the declaration of new ones.

Parameters

  • name
    Type: System.String
    The name of the item in the collection.

Property Value

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

See Also

Reference

IndexedXmlPathCollection Class

Item Overload

Microsoft.SqlServer.Management.Smo Namespace