CatalogFolder(Catalog, String, String) コンストラクター

定義

指定した親、名前、および説明を使用して、CatalogFolder クラスの新しいインスタンスを初期化します。

public:
 CatalogFolder(Microsoft::SqlServer::Management::IntegrationServices::Catalog ^ parent, System::String ^ name, System::String ^ description);
public CatalogFolder (Microsoft.SqlServer.Management.IntegrationServices.Catalog parent, string name, string description);
new Microsoft.SqlServer.Management.IntegrationServices.CatalogFolder : Microsoft.SqlServer.Management.IntegrationServices.Catalog * string * string -> Microsoft.SqlServer.Management.IntegrationServices.CatalogFolder
Public Sub New (parent As Catalog, name As String, description As String)

パラメーター

parent
Catalog

親。

name
String

フォルダーの名前。

description
String

フォルダーの説明。

適用対象