Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the sensitive variable value.
Namespace: Microsoft.SqlServer.Dts.Runtime
Assembly: Microsoft.SqlServer.ManagedDTS (in Microsoft.SqlServer.ManagedDTS.dll)
Syntax
'Declaration
Public Function GetSensitiveValue As Object
'Usage
Dim instance As Variable
Dim returnValue As Object
returnValue = instance.GetSensitiveValue()
public Object GetSensitiveValue()
public:
Object^ GetSensitiveValue()
member GetSensitiveValue : unit -> Object
public function GetSensitiveValue() : Object
Return Value
Type: System.Object
The sensitive variable value.