Свойство ParameterInfo.Sensitive
Gets a value that indicates whether the current parameter contains a sensitive value. If this value is true, the project or package containing this parameter must be encrypted before saved to any kind of storages.
Пространство имен: Microsoft.SqlServer.Dts.Runtime
Сборка: Microsoft.SqlServer.ManagedDTS (в Microsoft.SqlServer.ManagedDTS.dll)
Синтаксис
'Декларация
Public ReadOnly Property Sensitive As Boolean
Get
'Применение
Dim instance As ParameterInfo
Dim value As Boolean
value = instance.Sensitive
public bool Sensitive { get; }
public:
property bool Sensitive {
bool get ();
}
member Sensitive : bool
function get Sensitive () : boolean
Значение свойства
Тип: System.Boolean
true if the current parameter contains a sensitive value; otherwise, false.