TargetSetLevelCollection.Item 속성 (String)
Gets a TargetSetLevel object in the collection with the specified filter type skeleton.
네임스페이스: Microsoft.SqlServer.Management.Dmf
어셈블리: Microsoft.SqlServer.Dmf(Microsoft.SqlServer.Dmf.dll)
구문
‘선언
Public ReadOnly Default Property Item ( _
filterTypeSkeleton As String _
) As TargetSetLevel
Get
‘사용 방법
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는 인덱싱된 속성의 사용을 지원하지만 새로운 인덱싱된 속성 선언은 지원하지 않습니다.
매개 변수
- filterTypeSkeleton
유형: System.String
A String value that specifies the filter type skeleton of the TargetSetLevel object in the TargetSetLevelCollection collection.
속성 값
유형: Microsoft.SqlServer.Management.Dmf.TargetSetLevel
A TargetSetLevel object value that represents the target set level that has the specified filter type skeleton.
주의
이 네임스페이스, 클래스 또는 멤버는 Microsoft .NET Framework 2.0 버전에서만 지원됩니다.