Classe PrimitiveValue
Encapsulates a specific DTSParamValue, the Primitive type.
Hierarquia de herança
System.Object
Microsoft.SqlServer.Dts.Tasks.WebServiceTask.DTSParamValue
Microsoft.SqlServer.Dts.Tasks.WebServiceTask.PrimitiveValue
Namespace: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly: Microsoft.SqlServer.WebServiceTask (em Microsoft.SqlServer.WebServiceTask.dll)
Sintaxe
'Declaração
<SerializableAttribute> _
Public Class PrimitiveValue _
Inherits DTSParamValue
'Uso
Dim instance As PrimitiveValue
[SerializableAttribute]
public class PrimitiveValue : DTSParamValue
[SerializableAttribute]
public ref class PrimitiveValue : public DTSParamValue
[<SerializableAttribute>]
type PrimitiveValue =
class
inherit DTSParamValue
end
public class PrimitiveValue extends DTSParamValue
O tipo PrimitiveValue expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
![]() |
PrimitiveValue | Initializes a new instance of the PrimitiveValue class. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
![]() |
AssignedValue | Gets or sets the value of the parameter. |
Início
Métodos
Nome | Descrição | |
---|---|---|
![]() |
Clone | Creates a new instance of the PrimitiveValue class that is identical to the current PrimitiveValue. (Substitui DTSParamValue.Clone().) |
![]() |
Equals | Determines whether two object instances are equal. (Substitui Object.Equals(Object).) |
![]() |
Finalize | (Herdado de Object.) |
![]() |
GetHashCode | Returns the hash code of this object. (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.