Clase Helper
Contains methods to identify a primitive data type and map the primitive type to a Microsoft .NET Framework system type.
Jerarquía de herencia
System.Object
Microsoft.SqlServer.Dts.Tasks.WebServiceTask.Helper
Espacio de nombres: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Ensamblado: Microsoft.SqlServer.WebServiceTask (en Microsoft.SqlServer.WebServiceTask.dll)
Sintaxis
'Declaración
Public Class Helper
'Uso
Dim instance As Helper
public class Helper
public ref class Helper
type Helper = class end
public class Helper
El tipo Helper expone los siguientes miembros.
Constructores
Nombre | Descripción | |
---|---|---|
Helper | Initializes a new instance of the Helper class. |
Arriba
Métodos
Nombre | Descripción | |
---|---|---|
CompareArrays | Compares two arrays. | |
Equals | (Se hereda de Object.) | |
Finalize | (Se hereda de Object.) | |
GetDotNetType | Gets the full name of the Microsoft .NET Framework System.Type that corresponds to the value type. | |
GetHashCode | (Se hereda de Object.) | |
GetType | (Se hereda de Object.) | |
IsPrimitiveType | Indicates if a data type is a value type. | |
MemberwiseClone | (Se hereda de Object.) | |
ToString | (Se hereda de Object.) | |
Validate | Indicates whether a value can be converted to the specified primitive data type. |
Arriba
Comentarios
This class is useful when you have a user interface for a task, and you want to validate any values entered by the user.
Seguridad para subprocesos
Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.
Vea también
Referencia
Espacio de nombres Microsoft.SqlServer.Dts.Tasks.WebServiceTask