Compartir a través de


ParameterClass.Sensitive Propiedad

Gets or sets a value that indicates whether the ParameterClass object contains sensitive data.

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

Sintaxis

'Declaración
Public Overridable Property Sensitive As Boolean 
    Get 
    Set
'Uso
Dim instance As ParameterClass 
Dim value As Boolean 

value = instance.Sensitive

instance.Sensitive = value
public virtual bool Sensitive { get; set; }
public:
virtual property bool Sensitive {
    bool get ();
    void set (bool value);
}
abstract Sensitive : bool with get, set 
override Sensitive : bool with get, set
function get Sensitive () : boolean 
function set Sensitive (value : boolean)

Valor de la propiedad

Tipo: System.Boolean
True if the ParameterClass object contains sensitive data; otherwise, false.

Implementa

IDTSParameter100.Sensitive

Vea también

Referencia

ParameterClass Clase

Espacio de nombres Microsoft.SqlServer.Dts.Runtime.Wrapper