EnvironmentInfo(CatalogFolder, String, String) コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
指定した親、名前、および説明を使用して、EnvironmentInfo クラスの新しいインスタンスを初期化します。
public:
EnvironmentInfo(Microsoft::SqlServer::Management::IntegrationServices::CatalogFolder ^ parent, System::String ^ name, System::String ^ description);
public EnvironmentInfo (Microsoft.SqlServer.Management.IntegrationServices.CatalogFolder parent, string name, string description);
new Microsoft.SqlServer.Management.IntegrationServices.EnvironmentInfo : Microsoft.SqlServer.Management.IntegrationServices.CatalogFolder * string * string -> Microsoft.SqlServer.Management.IntegrationServices.EnvironmentInfo
Public Sub New (parent As CatalogFolder, name As String, description As String)
パラメーター
- parent
- CatalogFolder
親。
- name
- String
環境の名前。
- description
- String
環境の説明。