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.