Share via


SfcCollectionInfo コンストラクター

SfcCollectionInfo クラスの新しいインスタンスを初期化します。

名前空間:  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
    コレクションの表示名です。
  • collection
    型: System.Object
    コレクション オブジェクトです。

関連項目

参照

SfcCollectionInfo クラス

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