Helper 클래스

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

네임스페이스:  Microsoft.SqlServer.Dts.Tasks.WebServiceTask
어셈블리:  Microsoft.SqlServer.WebServiceTask.dll의 Microsoft.SqlServer.WebServiceTask

구문

‘선언
Public Class Helper
‘사용 방법
Dim instance As Helper
public class Helper
public ref class Helper
type Helper =  class end
public class Helper

주의

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

상속 계층 구조

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

스레드로부터의 안전성

이 형식의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.