次の方法で共有


SsisLogLocation クラス

定義

SSIS パッケージ実行ログの場所。

public class SsisLogLocation
type SsisLogLocation = class
Public Class SsisLogLocation
継承
SsisLogLocation

コンストラクター

SsisLogLocation(DataFactoryElement<String>, SsisLogLocationType)

SsisLogLocation の新しいインスタンスを初期化します。

プロパティ

AccessCredential

パッケージ実行ログ アクセス資格情報。

LocationType

SSIS ログの場所の種類。

LogPath

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

LogRefreshInterval

ログを更新する間隔を指定します。 既定の間隔は 5 分です。 型: string (または resultType 文字列を含む式)、pattern: ((\d+).)?(\d\d):(60|([0-5][0-9])):(60|([0-5][0-9])).

適用対象