次の方法で共有


SSISPackageLocation コンストラクター

定義

オーバーロード

SSISPackageLocation()

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

SSISPackageLocation(Object, String, SecretBase, SSISAccessCredential, Object, SSISAccessCredential, String, Object, String, IList<SSISChildPackage>)

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

SSISPackageLocation()

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

public SSISPackageLocation ();
Public Sub New ()

適用対象

SSISPackageLocation(Object, String, SecretBase, SSISAccessCredential, Object, SSISAccessCredential, String, Object, String, IList<SSISChildPackage>)

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

public SSISPackageLocation (object packagePath = default, string type = default, Microsoft.Azure.Management.DataFactory.Models.SecretBase packagePassword = default, Microsoft.Azure.Management.DataFactory.Models.SSISAccessCredential accessCredential = default, object configurationPath = default, Microsoft.Azure.Management.DataFactory.Models.SSISAccessCredential configurationAccessCredential = default, string packageName = default, object packageContent = default, string packageLastModifiedDate = default, System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.SSISChildPackage> childPackages = default);
new Microsoft.Azure.Management.DataFactory.Models.SSISPackageLocation : obj * string * Microsoft.Azure.Management.DataFactory.Models.SecretBase * Microsoft.Azure.Management.DataFactory.Models.SSISAccessCredential * obj * Microsoft.Azure.Management.DataFactory.Models.SSISAccessCredential * string * obj * string * System.Collections.Generic.IList<Microsoft.Azure.Management.DataFactory.Models.SSISChildPackage> -> Microsoft.Azure.Management.DataFactory.Models.SSISPackageLocation
Public Sub New (Optional packagePath As Object = Nothing, Optional type As String = Nothing, Optional packagePassword As SecretBase = Nothing, Optional accessCredential As SSISAccessCredential = Nothing, Optional configurationPath As Object = Nothing, Optional configurationAccessCredential As SSISAccessCredential = Nothing, Optional packageName As String = Nothing, Optional packageContent As Object = Nothing, Optional packageLastModifiedDate As String = Nothing, Optional childPackages As IList(Of SSISChildPackage) = Nothing)

パラメーター

packagePath
Object

SSIS パッケージ パス。 型: string (または resultType 文字列を含む式)。

type
String

SSIS パッケージの場所の種類。 使用できる値は、'SSISDB'、'File'、'InlinePackage'、'PackageStore' です。

packagePassword
SecretBase

パッケージのパスワード。

accessCredential
SSISAccessCredential

パッケージ アクセス資格情報。

configurationPath
Object

パッケージ実行の構成ファイル。 型: string (または resultType 文字列を含む式)。

configurationAccessCredential
SSISAccessCredential

構成ファイルのアクセス資格情報。

packageName
String

パッケージの名前です。

packageContent
Object

埋め込みパッケージの内容。 型: string (または resultType 文字列を含む式)。

packageLastModifiedDate
String

埋め込みパッケージの最終変更日。

childPackages
IList<SSISChildPackage>

埋め込み子パッケージの一覧。

適用対象