Condividi tramite


Classe EnumValue

Holds the value of a parameter when the parameter type is Enum.

Gerarchia di ereditarietà

System. . :: . .Object
  Microsoft.SqlServer.Dts.Tasks.WebServiceTask. . :: . .DTSParamValue
    Microsoft.SqlServer.Dts.Tasks.WebServiceTask..::..EnumValue

Spazio dei nomi  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly:  Microsoft.SqlServer.WebServiceTask (in Microsoft.SqlServer.WebServiceTask.dll)

Sintassi

'Dichiarazione
<SerializableAttribute> _
Public Class EnumValue _
    Inherits DTSParamValue
'Utilizzo
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

Nel tipo EnumValue sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico EnumValue() () () () Initializes a new instance of the EnumValue class.
Metodo pubblico EnumValue(array<String> [] () [] []) Initializes a new instance of the EnumValue class, using an array that contains all possible values of the enumeration.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica EnumValues Gets the possible values of an enumeration object.
Proprietà pubblica SelectedValue Gets or sets the value of a parameter.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Clone Creates an instance of EnumValue class that is identical to the current EnumValue. Esegue l'override di DTSParamValue. . :: . .Clone() () () ().
Metodo pubblico Equals Determines whether two object instances are equal. Esegue l'override di Object. . :: . .Equals(Object).
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Returns the hash code this object. Esegue l'override di Object. . :: . .GetHashCode() () () ().
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico 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.