ParameterInfo.Sensitive Propiedad
Gets a value that indicates whether this parameter is sensitive.
Espacio de nombres: Microsoft.SqlServer.Management.IntegrationServices
Ensamblado: Microsoft.SqlServer.Management.IntegrationServices (en Microsoft.SqlServer.Management.IntegrationServices.dll)
Sintaxis
'Declaración
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property Sensitive As Boolean
Get
'Uso
Dim instance As ParameterInfo
Dim value As Boolean
value = instance.Sensitive
[SfcPropertyAttribute(Data = true)]
public bool Sensitive { get; }
[SfcPropertyAttribute(Data = true)]
public:
property bool Sensitive {
bool get ();
}
[<SfcPropertyAttribute(Data = true)>]
member Sensitive : bool
function get Sensitive () : boolean
Valor de la propiedad
Tipo: System.Boolean
True if this parameter is sensitive; otherwise, false.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Management.IntegrationServices