Classe Helper
Contains methods to identify a primitive data type and map the primitive type to a Microsoft .NET Framework system type.
Gerarchia di ereditarietà
System.Object
Microsoft.SqlServer.Dts.Tasks.WebServiceTask.Helper
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly: Microsoft.SqlServer.WebServiceTask (in Microsoft.SqlServer.WebServiceTask.dll)
Sintassi
'Dichiarazione
Public Class Helper
'Utilizzo
Dim instance As Helper
public class Helper
public ref class Helper
type Helper = class end
public class Helper
Nel tipo Helper sono esposti i membri seguenti.
Costruttori
Nome | Descrizione | |
---|---|---|
Helper | Initializes a new instance of the Helper class. |
In alto
Metodi
Nome | Descrizione | |
---|---|---|
CompareArrays | Compares two arrays. | |
Equals | Ereditato da Object. | |
Finalize | Ereditato da Object. | |
GetDotNetType | Gets the full name of the Microsoft .NET Framework System.Type that corresponds to the value type. | |
GetHashCode | Ereditato da Object. | |
GetType | Ereditato da Object. | |
IsPrimitiveType | Indicates if a data type is a value type. | |
MemberwiseClone | Ereditato da Object. | |
ToString | Ereditato da Object. | |
Validate | Indicates whether a value can be converted to the specified primitive data type. |
In alto
Osservazioni
This class is useful when you have a user interface for a task, and you want to validate any values entered by the user.
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.
Vedere anche
Riferimento
Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.WebServiceTask