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 | |
---|---|---|
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 alto
Proprietà
Nome | Descrizione | |
---|---|---|
EnumValues | Gets the possible values of an enumeration object. | |
SelectedValue | Gets or sets the value of a parameter. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
Clone | Creates an instance of EnumValue class that is identical to the current EnumValue. Esegue l'override di DTSParamValue. . :: . .Clone() () () (). | |
Equals | Determines whether two object instances are equal. Esegue l'override di Object. . :: . .Equals(Object). | |
Finalize | Ereditato da Object. | |
GetHashCode | Returns the hash code this object. 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.