Partager via


GetVariableDataType méthode

Cette API prend en charge l'infrastructure .NET Framework et n'est pas destinée à être utilisée directement à partir de votre code.

Espace de noms :  Microsoft.SqlServer.Dts.Tasks.Exec80PackageTask
Assembly :  Microsoft.SqlServer.Exec80PackageTask (dans Microsoft.SqlServer.Exec80PackageTask.dll)

Syntaxe

'Déclaration
Public Shared Function GetVariableDataType ( _
    variableValue As Object, _
    ByRef newVarValue As StringBuilder _
) As String
'Utilisation
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

Paramètres

Valeur de retour

Type : System. . :: . .String