Compartir a través de


ParameterInfo.Sensitive Propiedad

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.

Espacio de nombres:  Microsoft.SqlServer.Dts.Runtime
Ensamblado:  Microsoft.SqlServer.ManagedDTS (en Microsoft.SqlServer.ManagedDTS.dll)

Sintaxis

'Declaración
Public ReadOnly Property Sensitive As Boolean 
    Get
'Uso
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

Valor de la propiedad

Tipo: System.Boolean
true if the current parameter contains a sensitive value; otherwise, false.

Vea también

Referencia

ParameterInfo Clase

Espacio de nombres Microsoft.SqlServer.Dts.Runtime