GetVariableDataType Método
Esta API es compatible con la infraestructura de .NET Framework y no se diseñó para usarse directamente desde el código.
Espacio de nombres: Microsoft.SqlServer.Dts.Tasks.Exec80PackageTask
Ensamblado: Microsoft.SqlServer.Exec80PackageTask (en Microsoft.SqlServer.Exec80PackageTask.dll)
Sintaxis
'Declaración
Public Shared Function GetVariableDataType ( _
variableValue As Object, _
ByRef newVarValue As StringBuilder _
) As String
'Uso
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
Parámetros
- variableValue
Tipo: System. . :: . .Object
- newVarValue
Tipo: System.Text. . :: . .StringBuilder%
Valor devuelto
Tipo: System. . :: . .String