Share via


Catalog コンストラクター

指定した親、名前、およびパスワードを使用して、Catalog クラスの新しいインスタンスを初期化します。

名前空間:  Microsoft.SqlServer.Management.IntegrationServices
アセンブリ:  Microsoft.SqlServer.Management.IntegrationServices (Microsoft.SqlServer.Management.IntegrationServices.dll)

構文

'宣言
Public Sub New ( _
    parent As IntegrationServices, _
    name As String, _
    password As String _
)
'使用
Dim parent As IntegrationServices 
Dim name As String 
Dim password As String 

Dim instance As New Catalog(parent, _
    name, password)
public Catalog(
    IntegrationServices parent,
    string name,
    string password
)
public:
Catalog(
    IntegrationServices^ parent, 
    String^ name, 
    String^ password
)
new : 
        parent:IntegrationServices * 
        name:string * 
        password:string -> Catalog
public function Catalog(
    parent : IntegrationServices, 
    name : String, 
    password : String
)

パラメーター

  • password
    型: System.String
    カタログのパスワードです。

関連項目

参照

Catalog クラス

Microsoft.SqlServer.Management.IntegrationServices 名前空間