Classe Helper
Contains methods to identify a primitive data type and map the primitive type to a Microsoft .NET Framework system type.
Hierarquia de herança
System. . :: . .Object
Microsoft.SqlServer.Dts.Tasks.WebServiceTask..::..Helper
Namespace: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly: Microsoft.SqlServer.WebServiceTask (em Microsoft.SqlServer.WebServiceTask.dll)
Sintaxe
'Declaração
Public Class Helper
'Uso
Dim instance As Helper
public class Helper
public ref class Helper
type Helper = class end
public class Helper
O tipo Helper expõe os membros a seguir.
Métodos
Nome | Descrição | |
---|---|---|
CompareArrays | Compares two arrays. | |
Equals | (Herdado de Object.) | |
Finalize | (Herdado de Object.) | |
GetDotNetType | Gets the full name of the Microsoft .NET Framework System.Type that corresponds to the value type. | |
GetHashCode | (Herdado de Object.) | |
GetType | (Herdado de Object.) | |
IsPrimitiveType | Indicates if a data type is a value type. | |
MemberwiseClone | (Herdado de Object.) | |
ToString | (Herdado de Object.) | |
Validate | Indicates whether a value can be converted to the specified primitive data type. |
Início
Comentários
This class is useful when you have a user interface for a task, and you want to validate any values entered by the user.
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.