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