Initializes a new instance of the CatalogFolder class with the specified parent, name and description.
命名空間: Microsoft.SqlServer.Management.IntegrationServices
組件: Microsoft.SqlServer.Management.IntegrationServices (在 Microsoft.SqlServer.Management.IntegrationServices.dll 中)
語法
'宣告
Public Sub New ( _
parent As Catalog, _
name As String, _
description As String _
)
'用途
Dim parent As Catalog
Dim name As String
Dim description As String
Dim instance As New CatalogFolder(parent, _
name, description)
public CatalogFolder(
Catalog parent,
string name,
string description
)
public:
CatalogFolder(
Catalog^ parent,
String^ name,
String^ description
)
new :
parent:Catalog *
name:string *
description:string -> CatalogFolder
public function CatalogFolder(
parent : Catalog,
name : String,
description : String
)
參數
- parent
型別:Microsoft.SqlServer.Management.IntegrationServices.Catalog
The parent.
- name
型別:System.String
The name of the folder.
- description
型別:System.String
The description of the folder.