Свойство Parameter.Sensitive
Gets or sets a value that indicates whether the Parameter object contains sensitive data. If this value is true, the value is encrypted in the Integration Services catalog.
Пространство имен: Microsoft.SqlServer.Dts.Runtime
Сборка: Microsoft.SqlServer.ManagedDTS (в Microsoft.SqlServer.ManagedDTS.dll)
Синтаксис
'Декларация
Public MustOverride Property Sensitive As Boolean
Get
Set
'Применение
Dim instance As Parameter
Dim value As Boolean
value = instance.Sensitive
instance.Sensitive = value
public abstract bool Sensitive { get; set; }
public:
virtual property bool Sensitive {
bool get () abstract;
void set (bool value) abstract;
}
abstract Sensitive : bool with get, set
abstract function get Sensitive () : boolean
abstract function set Sensitive (value : boolean)
Значение свойства
Тип: System.Boolean
true if the Parameter object contains sensitive data; otherwise, false.