Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
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.
См. также
Справочник
Пространство имен Microsoft.SqlServer.Management.IntegrationServices