Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Initializes a new instance of the CatalogFolder class with the specified parent, name and description.
Espace de noms : Microsoft.SqlServer.Management.IntegrationServices
Assembly : Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntaxe
'Déclaration
Public Sub New ( _
parent As Catalog, _
name As String, _
description As String _
)
'Utilisation
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
)
Paramètres
- parent
Type : Microsoft.SqlServer.Management.IntegrationServices.Catalog
The parent.
- name
Type : System.String
The name of the folder.
- description
Type : System.String
The description of the folder.
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Management.IntegrationServices