Catalog 생성자

Initializes a new instance of the Catalog class with the specified parent, name and password.

네임스페이스:  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
)

매개 변수

참고 항목

참조

Catalog 클래스

Microsoft.SqlServer.Management.IntegrationServices 네임스페이스