次の方法で共有


SsisPackage コンストラクター

定義

オーバーロード

SsisPackage()

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

SsisPackage(Nullable<Int64>, String, String, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, IList<SsisParameter>)

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

SsisPackage()

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

public SsisPackage ();
Public Sub New ()

適用対象

SsisPackage(Nullable<Int64>, String, String, Nullable<Int64>, Nullable<Int64>, Nullable<Int64>, IList<SsisParameter>)

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

public SsisPackage (long? id = default, string name = default, string description = default, long? folderId = default, long? projectVersion = default, long? projectId = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.SsisParameter> parameters = default);
new Microsoft.Azure.Management.DataFactory.Models.SsisPackage : Nullable<int64> * string * string * Nullable<int64> * Nullable<int64> * Nullable<int64> * System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.SsisParameter> -> Microsoft.Azure.Management.DataFactory.Models.SsisPackage
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 projectVersion As Nullable(Of Long) = Nothing, Optional projectId As Nullable(Of Long) = Nothing, Optional parameters As IList(Of SsisParameter) = Nothing)

パラメーター

id
Nullable<Int64>

メタデータ ID。

name
String

メタデータの名前。

description
String

メタデータの説明。

folderId
Nullable<Int64>

パッケージを含むフォルダー ID。

projectVersion
Nullable<Int64>

パッケージを含むプロジェクト バージョン。

projectId
Nullable<Int64>

パッケージを含むプロジェクト ID。

parameters
IList<SsisParameter>

パッケージ内のパラメーター

適用対象