共用方式為


SfcCollectionInfo 建構函式

Initializes a new instance of the SfcCollectionInfo class.

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

語法

'宣告
Public Sub New ( _
    displayName As String, _
    collection As Object _
)
'用途
Dim displayName As String 
Dim collection As Object 

Dim instance As New SfcCollectionInfo(displayName, _
    collection)
public SfcCollectionInfo(
    string displayName,
    Object collection
)
public:
SfcCollectionInfo(
    String^ displayName, 
    Object^ collection
)
new : 
        displayName:string * 
        collection:Object -> SfcCollectionInfo
public function SfcCollectionInfo(
    displayName : String, 
    collection : Object
)

參數

  • displayName
    型別:System.String
    The display name of the collection.

請參閱

參考

SfcCollectionInfo 類別

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