共用方式為


SfcCollection(T, K, ParentT) 建構函式

Initializes a new instance of the SfcCollection<(Of <(<'T, K, ParentT>)>)> class. 不要直接在程式碼中參照此成員。其支援 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 SfcCollection(parent)
protected SfcCollection(
    ParentT parent
)
protected:
SfcCollection(
    ParentT parent
)
new : 
        parent:'ParentT -> SfcCollection
protected function SfcCollection(
    parent : ParentT
)

參數

  • parent
    型別:ParentT
    The parent object.