共用方式為


TargetSetCollection.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 版支援此命名空間、類別或成員。

範例

使用集合

請參閱

參考

TargetSetCollection 類別

Item 多載

Microsoft.SqlServer.Management.Dmf 命名空間