共用方式為


ParameterInfo.Sensitive 屬性

Gets a value that indicates whether the current parameter contains a sensitive value. If this value is true, the project or package containing this parameter must be encrypted before saved to any kind of storages.

命名空間:  Microsoft.SqlServer.Dts.Runtime
組件:  Microsoft.SqlServer.ManagedDTS (在 Microsoft.SqlServer.ManagedDTS.dll 中)

語法

'宣告
Public ReadOnly Property Sensitive As Boolean 
    Get
'用途
Dim instance As ParameterInfo 
Dim value As Boolean 

value = instance.Sensitive
public bool Sensitive { get; }
public:
property bool Sensitive {
    bool get ();
}
member Sensitive : bool
function get Sensitive () : boolean

屬性值

型別:System.Boolean
true if the current parameter contains a sensitive value; otherwise, false.

請參閱

參考

ParameterInfo 類別

Microsoft.SqlServer.Dts.Runtime 命名空間