Condividi tramite


Proprietà ParameterInfo.Sensitive

Gets a value that indicates whether this parameter is sensitive.

Spazio dei nomi  Microsoft.SqlServer.Management.IntegrationServices
Assembly:  Microsoft.SqlServer.Management.IntegrationServices (in Microsoft.SqlServer.Management.IntegrationServices.dll)

Sintassi

'Dichiarazione
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property Sensitive As Boolean 
    Get
'Utilizzo
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

Valore proprietà

Tipo: System.Boolean
True if this parameter is sensitive; otherwise, false.

Vedere anche

Riferimento

ParameterInfo Classe

Spazio dei nomi Microsoft.SqlServer.Management.IntegrationServices