Método GetVariableDataType
Esta API tem suporte para a infraestrutura do .NET Framework e não deve ser usada diretamente do seu código.
Namespace: Microsoft.SqlServer.Dts.Tasks.Exec80PackageTask
Assembly: Microsoft.SqlServer.Exec80PackageTask (em Microsoft.SqlServer.Exec80PackageTask.dll)
Sintaxe
'Declaração
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 de retorno
Tipo: System. . :: . .String
Consulte também