SsisParameter 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 SsisParameter
type SsisParameter = class
Public Class SsisParameter
- Inheritance
-
SsisParameter
Constructors
SsisParameter() |
Initializes a new instance of the SsisParameter class. |
SsisParameter(Nullable<Int64>, String, String, String, Nullable<Boolean>, Nullable<Boolean>, String, String, String, String, Nullable<Boolean>, String) |
Initializes a new instance of the SsisParameter class. |
Properties
DataType |
Gets or sets parameter type. |
DefaultValue |
Gets or sets default value of parameter. |
Description |
Gets or sets parameter description. |
DesignDefaultValue |
Gets or sets design default value of parameter. |
Id |
Gets or sets parameter id. |
Name |
Gets or sets parameter name. |
Required |
Gets or sets whether parameter is required. |
Sensitive |
Gets or sets whether parameter is sensitive. |
SensitiveDefaultValue |
Gets or sets default sensitive value of parameter. |
ValueSet |
Gets or sets parameter value set. |
ValueType |
Gets or sets parameter value type. |
Variable |
Gets or sets parameter reference variable. |
Applies to
Azure SDK for .NET