Bagikan melalui


TargetSetLevelCollection.Item Property (String)

Gets a TargetSetLevel object in the collection with the specified filter type skeleton.

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

Property Value

Type: Microsoft.SqlServer.Management.Dmf.TargetSetLevel
A TargetSetLevel object value that represents the target set level that has the specified filter type skeleton.

Remarks

This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.

Examples

Using Collections

See Also

Reference

TargetSetLevelCollection Class

Item Overload

Microsoft.SqlServer.Management.Dmf Namespace