共用方式為


SfcDictionaryCollection<T, K, ParentT> 建構函式

不要直接在程式碼中參照此成員。其支援 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 SfcDictionaryCollection(parent)
protected SfcDictionaryCollection(
    ParentT parent
)
protected:
SfcDictionaryCollection(
    ParentT parent
)
new : 
        parent:'ParentT -> SfcDictionaryCollection
protected function SfcDictionaryCollection(
    parent : ParentT
)

參數

  • parent
    型別:ParentT
    The collection of parent objects.

請參閱

參考

SfcDictionaryCollection<T, K, ParentT> 類別

Microsoft.SqlServer.Management.Sdk.Sfc 命名空間