SSISLog Location Response
data class SSISLogLocationResponse(val accessCredential: SSISAccessCredentialResponse? = null, val logPath: Any, val logRefreshInterval: Any? = null, val type: String)
SSIS package execution log location
Constructors
Link copied to clipboard
constructor(accessCredential: SSISAccessCredentialResponse? = null, logPath: Any, logRefreshInterval: Any? = null, type: String)