SsisLogLocation クラス

定義

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

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.SsisLogLocation+SsisLogLocationConverter))]
public class SsisLogLocation
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.SsisLogLocation+SsisLogLocationConverter))>]
type SsisLogLocation = class
Public Class SsisLogLocation
継承
SsisLogLocation
属性

コンストラクター

SsisLogLocation(Object, SsisLogLocationType)

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

プロパティ

AccessCredential

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

LogPath

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

LogRefreshInterval

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

Type

SSIS ログの場所の種類。

適用対象