共用方式為


TargetSetLevelCollection 類別

The TargetSetLevelCollection class represents a collection of TargetSetLevel objects that represent all target set levels in the target set.

命名空間:  Microsoft.SqlServer.Management.Dmf
組件:  Microsoft.SqlServer.Dmf (在 Microsoft.SqlServer.Dmf.dll 中)

語法

'宣告
Public NotInheritable Class TargetSetLevelCollection _
    Inherits SfcCollatedDictionaryCollection(Of TargetSetLevel, TargetSetLevel..::..Key, TargetSet)
'用途
Dim instance As TargetSetLevelCollection
public sealed class TargetSetLevelCollection : SfcCollatedDictionaryCollection<TargetSetLevel, TargetSetLevel..::..Key, TargetSet>
public ref class TargetSetLevelCollection sealed : public SfcCollatedDictionaryCollection<TargetSetLevel^, TargetSetLevel..::..Key^, TargetSet^>
[<SealedAttribute>]
type TargetSetLevelCollection =  
    class
        inherit SfcCollatedDictionaryCollection<TargetSetLevel, TargetSetLevel..::..Key, TargetSet>
    end
public final class TargetSetLevelCollection extends SfcCollatedDictionaryCollection<TargetSetLevel, TargetSetLevel..::..Key, TargetSet>

備註

只有 Microsoft .NET Framework 2.0 版支援此命名空間、類別或成員。

範例

使用集合

繼承階層

System. . :: . .Object
  SfcCollection< (Of < ( <'TargetSetLevel, TargetSetLevel. . :: . .Key, TargetSet> ) > ) >
    SfcCollatedDictionaryCollection< (Of < ( <'TargetSetLevel, TargetSetLevel. . :: . .Key, TargetSet> ) > ) >
      Microsoft.SqlServer.Management.Dmf..::..TargetSetLevelCollection

執行緒安全性

這個類型的任何公用static (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員都可以是安全執行緒。