Свойство IndexedXmlPathCollection.Item (String)

Gets or sets the item in the collection.

Пространство имен:  Microsoft.SqlServer.Management.Smo
Сборка:  Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)

Синтаксис

'Декларация
Public ReadOnly Default Property Item ( _
    name As String _
) As IndexedXmlPath 
    Get
'Применение
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 поддерживает использование индексированных свойств, но не объявление новых.

Параметры

  • name
    Тип: System.String
    The name of the item in the collection.

Значение свойства

Тип: Microsoft.SqlServer.Management.Smo.IndexedXmlPath
The item in the collection.

См. также

Справочник

IndexedXmlPathCollection Класс

Перегрузка Item

Пространство имен Microsoft.SqlServer.Management.Smo