Classe Helper
Contains methods to identify a primitive data type and map the primitive type to a Microsoft .NET Framework system type.
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
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.
Hierarquia de herança
System. . :: . .Object
Microsoft.SqlServer.Dts.Tasks.WebServiceTask..::..Helper
Segurança de thread
Quaisquer membros static (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.