Classe VariableValue
Represents the variable value.
Gerarchia di ereditarietà
System.Object
Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSParamValue
Microsoft.SqlServer.Dts.Tasks.WebServiceTask.VariableValue
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly: Microsoft.SqlServer.WebServiceTask (in Microsoft.SqlServer.WebServiceTask.dll)
Sintassi
'Dichiarazione
<SerializableAttribute> _
Public Class VariableValue _
Inherits DTSParamValue
'Utilizzo
Dim instance As VariableValue
[SerializableAttribute]
public class VariableValue : DTSParamValue
[SerializableAttribute]
public ref class VariableValue : public DTSParamValue
[<SerializableAttribute>]
type VariableValue =
class
inherit DTSParamValue
end
public class VariableValue extends DTSParamValue
Nel tipo VariableValue sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
VariableValue | Initializes a new instance of the VariableValue class. |
In alto
Proprietà
Nome | Descrizione | |
---|---|---|
Value | Gets or sets the value of the variable object. | |
VariableName | Gets or sets the variable name. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Clear | Clears the value related to the variable. | |
Clone | Creates a copy of the specified variable object. Esegue l'override di DTSParamValue.Clone(). | |
Equals | Indicates whether the variable is equal to the specified object. Esegue l'override di Object.Equals(Object). | |
Finalize | Ereditato da Object. | |
GetHashCode | Returns the hash code of the variable. Esegue l'override di Object.GetHashCode(). | |
GetType | Ereditato da Object. | |
MemberwiseClone | Ereditato da Object. | |
ToString | Ereditato da Object. |
In alto
Protezione dei thread
I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.WebServiceTask