Classe Helper

Contains methods to identify a primitive data type and map the primitive type to a Microsoft .NET Framework system type.

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

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.

Gerarchia di ereditarietà

System. . :: . .Object
  Microsoft.SqlServer.Dts.Tasks.WebServiceTask..::..Helper

Thread Safety

Tutti i membri pubblici static (Shared in Visual Basic) di questo tipo sono thread safe. I membri di istanza non hanno garanzia di essere thread safe.