Gets a value that indicates whether this parameter is sensitive.
命名空間: Microsoft.SqlServer.Management.IntegrationServices
組件: Microsoft.SqlServer.Management.IntegrationServices (在 Microsoft.SqlServer.Management.IntegrationServices.dll 中)
語法
'宣告
<SfcPropertyAttribute(Data := True)> _
Public ReadOnly Property Sensitive As Boolean
Get
'用途
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
屬性值
型別:System.Boolean
True if this parameter is sensitive; otherwise, false.