Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets whether the property override parameter set is sensitive.
Namespace: Microsoft.SqlServer.Management.IntegrationServices
Assembly: Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)
Syntax
'Declaration
Public Property Sensitive As Boolean
Get
Set
'Usage
Dim instance As PackageInfo.PropertyOverrideParameterSet
Dim value As Boolean
value = instance.Sensitive
instance.Sensitive = value
public bool Sensitive { get; set; }
public:
property bool Sensitive {
bool get ();
void set (bool value);
}
member Sensitive : bool with get, set
function get Sensitive () : boolean
function set Sensitive (value : boolean)
Property Value
Type: System.Boolean
True if the property override parameter set is sensitive; otherwise, false.
See Also
Reference
PackageInfo.PropertyOverrideParameterSet Class
Microsoft.SqlServer.Management.IntegrationServices Namespace