Свойство Item (String)
Gets a TargetSet object in the collection by name.
Пространство имен: Microsoft.SqlServer.Management.Dmf
Сборка: Microsoft.SqlServer.Dmf (в Microsoft.SqlServer.Dmf.dll)
Синтаксис
'Декларация
Public ReadOnly Default Property Item ( _
filterTypeSkeleton As String _
) As TargetSet
Get
'Применение
Dim instance As TargetSetCollection
Dim filterTypeSkeleton As String
Dim value As TargetSet
value = instance(filterTypeSkeleton)
public TargetSet this[
string filterTypeSkeleton
] { get; }
public:
property TargetSet^ default[String^ filterTypeSkeleton] {
TargetSet^ get (String^ filterTypeSkeleton);
}
member Item : TargetSet
JScript поддерживает использование индексированных свойств, но не объявление новых.
Параметры
- filterTypeSkeleton
Тип: System. . :: . .String
A String value that specifies the position of the TargetSet object in the TargetSetCollection collection.
Значение свойства
Тип: Microsoft.SqlServer.Management.Dmf. . :: . .TargetSet
A TargetSet object value that represents the target set that has the specified name.
Замечания
Это пространство имен, класс или элемент поддерживаются только платформой Microsoft .NET Framework версии 2.0.
См. также