Свойство PredCompareInfoCollection.Item (String)
Gets the PredCompareInfo object identified by the name.
Пространство имен: Microsoft.SqlServer.Management.XEvent
Сборка: Microsoft.SqlServer.Management.XEvent (в Microsoft.SqlServer.Management.XEvent.dll)
Синтаксис
'Декларация
Public ReadOnly Default Property Item ( _
name As String _
) As PredCompareInfo
Get
'Применение
Dim instance As PredCompareInfoCollection
Dim name As String
Dim value As PredCompareInfo
value = instance(name)
public PredCompareInfo this[
string name
] { get; }
public:
virtual property PredCompareInfo^ default[String^ name] {
PredCompareInfo^ get (String^ name) sealed;
}
abstract Item : PredCompareInfo
override Item : PredCompareInfo
JScript поддерживает использование индексированных свойств, но не объявление новых.
Параметры
- name
Тип: System.String
A string value that specifies the name.
Значение свойства
Тип: Microsoft.SqlServer.Management.XEvent.PredCompareInfo
The PredCompareInfo object identified by the name.