SSISPropertyOverride 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 property override.
public class SSISPropertyOverride
type SSISPropertyOverride = class
Public Class SSISPropertyOverride
- Inheritance
-
SSISPropertyOverride
Constructors
SSISPropertyOverride() |
Initializes a new instance of the SSISPropertyOverride class. |
SSISPropertyOverride(Object, Nullable<Boolean>) |
Initializes a new instance of the SSISPropertyOverride class. |
Properties
IsSensitive |
Gets or sets whether SSIS package property override value is sensitive data. Value will be encrypted in SSISDB if it is true |
Value |
Gets or sets SSIS package property override value. Type: string (or Expression with resultType string). |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET