SsisExecutionParameter Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
SSIS execution parameter.
[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.SsisExecutionParameter+SsisExecutionParameterConverter))]
public class SsisExecutionParameter
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.SsisExecutionParameter+SsisExecutionParameterConverter))>]
type SsisExecutionParameter = class
Public Class SsisExecutionParameter
- Inheritance
-
SsisExecutionParameter
- Attributes
Constructors
SsisExecutionParameter(Object) |
Initializes a new instance of SsisExecutionParameter. |
Properties
Value |
SSIS package execution parameter value. Type: string (or Expression with resultType string). |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET