次の方法で共有


SsisProject コンストラクター

定義

オーバーロード

SsisProject()

SsisProject クラスの新しいインスタンスを初期化します。

SsisProject(Nullable<Int64>, String, String, Nullable<Int64>, Nullable<Int64>, IList<SsisEnvironmentReference>, IList<SsisParameter>)

SsisProject クラスの新しいインスタンスを初期化します。

SsisProject()

SsisProject クラスの新しいインスタンスを初期化します。

public SsisProject ();
Public Sub New ()

適用対象

SsisProject(Nullable<Int64>, String, String, Nullable<Int64>, Nullable<Int64>, IList<SsisEnvironmentReference>, IList<SsisParameter>)

SsisProject クラスの新しいインスタンスを初期化します。

public SsisProject (long? id = default, string name = default, string description = default, long? folderId = default, long? version = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.SsisEnvironmentReference> environmentRefs = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.SsisParameter> parameters = default);
new Microsoft.Azure.Management.DataFactory.Models.SsisProject : Nullable<int64> * string * string * Nullable<int64> * Nullable<int64> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.SsisEnvironmentReference> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.SsisParameter> -> Microsoft.Azure.Management.DataFactory.Models.SsisProject
Public Sub New (Optional id As Nullable(Of Long) = Nothing, Optional name As String = Nothing, Optional description As String = Nothing, Optional folderId As Nullable(Of Long) = Nothing, Optional version As Nullable(Of Long) = Nothing, Optional environmentRefs As IList(Of SsisEnvironmentReference) = Nothing, Optional parameters As IList(Of SsisParameter) = Nothing)

パラメーター

id
Nullable<Int64>

メタデータ ID。

name
String

メタデータの名前。

description
String

メタデータの説明。

folderId
Nullable<Int64>

プロジェクトを含むフォルダー ID。

version
Nullable<Int64>

プロジェクトのバージョン。

environmentRefs
IList<SsisEnvironmentReference>

プロジェクト内の環境参照

parameters
IList<SsisParameter>

プロジェクト内のパラメーター

適用対象