Initializes a new instance of the SfcCollatedDictionaryCollection<T, K, ParentT> class using the specified parent. 不要直接在程式碼中參照此成員。其支援 SQL Server 基礎結構。
命名空間: Microsoft.SqlServer.Management.Sdk.Sfc
組件: Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)
語法
'宣告
Protected Sub New ( _
parent As ParentT _
)
'用途
Dim parent As ParentT
Dim instance As New SfcCollatedDictionaryCollection(parent)
protected SfcCollatedDictionaryCollection(
ParentT parent
)
protected:
SfcCollatedDictionaryCollection(
ParentT parent
)
new :
parent:'ParentT -> SfcCollatedDictionaryCollection
protected function SfcCollatedDictionaryCollection(
parent : ParentT
)
參數
- parent
型別:ParentT
The parent object.
請參閱
參考
SfcCollatedDictionaryCollection<T, K, ParentT> 類別