Compartir a través de


Helper Class

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

Espacio de nombres: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Ensamblado: Microsoft.SqlServer.WebServiceTask (in microsoft.sqlserver.webservicetask.dll)

Sintaxis

'Declaración
Public Class Helper
public class Helper
public ref class Helper
public class Helper
public class Helper

Notas

This class is useful when you have a user interface for a task, and you want to validate any values entered by the user.

Inheritance Hierarchy

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

Seguridad para subprocesos

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Plataformas

Plataformas de desarrollo

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Plataformas de destino

Para obtener una lista de las plataformas compatibles, vea Requisitos de hardware y software para instalar SQL Server 2005.

Vea también

Referencia

Helper Members
Microsoft.SqlServer.Dts.Tasks.WebServiceTask Namespace