Classe VariableValue
Represents the variable value.
Hierarquia de herança
System.Object
Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSParamValue
Microsoft.SqlServer.Dts.Tasks.WebServiceTask.VariableValue
Namespace: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly: Microsoft.SqlServer.WebServiceTask (em Microsoft.SqlServer.WebServiceTask.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
Public Class VariableValue _
Inherits DTSParamValue
'Uso
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
O tipo VariableValue expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
![]() |
VariableValue | Initializes a new instance of the VariableValue class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
![]() |
Value | Gets or sets the value of the variable object. |
![]() |
VariableName | Gets or sets the variable name. |
Início
Métodos
Nome | Descrição | |
---|---|---|
![]() |
Clear | Clears the value related to the variable. |
![]() |
Clone | Creates a copy of the specified variable object. (Substitui DTSParamValue.Clone().) |
![]() |
Equals | Indicates whether the variable is equal to the specified object. (Substitui Object.Equals(Object).) |
![]() |
Finalize | (Herdado de Object.) |
![]() |
GetHashCode | Returns the hash code of the variable. (Substitui Object.GetHashCode().) |
![]() |
GetType | (Herdado de Object.) |
![]() |
MemberwiseClone | (Herdado de Object.) |
![]() |
ToString | (Herdado de Object.) |
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.