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 支持使用索引属性,但不支持声明新索引属性。

参数

属性值

类型:Microsoft.SqlServer.Management.Dmf. . :: . .TargetSet
A TargetSet object value that represents the target set that has the specified name.

注释

仅 Microsoft .NET Framework 的 2.0 版本支持此命名空间、类或成员。

示例

使用集合