SynapseSsisParameter 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 parameter.
public class SynapseSsisParameter
type SynapseSsisParameter = class
Public Class SynapseSsisParameter
- Inheritance
-
SynapseSsisParameter
Properties
DataType |
Parameter type. |
DefaultValue |
Default value of parameter. |
Description |
Parameter description. |
DesignDefaultValue |
Design default value of parameter. |
Id |
Parameter id. |
IsRequired |
Whether parameter is required. |
IsSensitive |
Whether parameter is sensitive. |
Name |
Parameter name. |
SensitiveDefaultValue |
Default sensitive value of parameter. |
ValueSet |
Parameter value set. |
ValueType |
Parameter value type. |
Variable |
Parameter reference variable. |
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