Metodo GetVariableDataType
Questa API supporta l'infrastruttura .NET Framework e non può essere utilizzato/a direttamente dal codice.
Spazio dei nomi: Microsoft.SqlServer.Dts.Tasks.Exec80PackageTask
Assembly: Microsoft.SqlServer.Exec80PackageTask (in Microsoft.SqlServer.Exec80PackageTask.dll)
Sintassi
'Dichiarazione
Public Shared Function GetVariableDataType ( _
variableValue As Object, _
ByRef newVarValue As StringBuilder _
) As String
'Utilizzo
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
Parametri
- variableValue
Tipo: System. . :: . .Object
- newVarValue
Tipo: System.Text. . :: . .StringBuilder%
Valore restituito
Tipo: System. . :: . .String
Vedere anche