Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
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.