Item 屬性 (String)
Gets a TargetSetLevel 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 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
屬性值
型別:Microsoft.SqlServer.Management.Dmf. . :: . .TargetSetLevel
A TargetSetLevel object value that represents the target set level that has the specified name.
備註
只有 Microsoft .NET Framework 2.0 版支援此命名空間、類別或成員。