Share via


VariablesHelper.GetVariableDataType Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.SqlServer.Dts.Tasks.Exec80PackageTask
Assembly:  Microsoft.SqlServer.Exec80PackageTask (in Microsoft.SqlServer.Exec80PackageTask.dll)

Syntax

'Declaration
Public Shared Function GetVariableDataType ( _
    variableValue As Object, _
    ByRef newVarValue As StringBuilder _
) As String
'Usage
Dim variableValue As Object
Dim newVarValue As StringBuilder
Dim returnValue As String

returnValue = VariablesHelper.GetVariableDataType(variableValue, _
    newVarValue)
public static string GetVariableDataType(
    Object variableValue,
    ref StringBuilder newVarValue
)
public:
static String^ GetVariableDataType(
    Object^ variableValue, 
    StringBuilder^% newVarValue
)
static member GetVariableDataType : 
        variableValue:Object * 
        newVarValue:StringBuilder byref -> string 
public static function GetVariableDataType(
    variableValue : Object, 
    newVarValue : StringBuilder
) : String

Parameters

Return Value

Type: System.String