TargetSetLevelCollection.Item Property (String)
Gets a TargetSetLevel object in the collection by name.
Namespace: Microsoft.SqlServer.Management.Dmf
Assembly: Microsoft.SqlServer.Dmf (in Microsoft.SqlServer.Dmf.dll)
Syntax
'Declaration
Public ReadOnly Default Property Item ( _
filterTypeSkeleton As String _
) As TargetSetLevel
Get
'Usage
Dim instance As TargetSetLevelCollection
Dim filterTypeSkeleton As String
Dim value As TargetSetLevel
value = instance(filterTypeSkeleton)
public TargetSetLevel this[
string filterTypeSkeleton
] { get; }
public:
property TargetSetLevel^ default[String^ filterTypeSkeleton] {
TargetSetLevel^ get (String^ filterTypeSkeleton);
}
member Item : TargetSetLevel
JScript supports the use of indexed properties, but not the declaration of new ones.
Parameters
- filterTypeSkeleton
Type: System.String
Property Value
Type: Microsoft.SqlServer.Management.Dmf.TargetSetLevel
A TargetSetLevel object value that represents the target set level that has the specified name.
Remarks
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.