Helper 클래스

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

상속 계층

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

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

구문

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

Helper 유형에서 다음 멤버를 표시합니다.

생성자

  이름 설명
공용 메서드 Helper Initializes a new instance of the Helper class.

맨 위로 이동

메서드

  이름 설명
공용 메서드정적 멤버 CompareArrays Compares two arrays.
공용 메서드 Equals (Object에서 상속됨)
보호된 메서드 Finalize (Object에서 상속됨)
공용 메서드정적 멤버 GetDotNetType Gets the full name of the Microsoft .NET Framework System.Type that corresponds to the value type.
공용 메서드 GetHashCode (Object에서 상속됨)
공용 메서드 GetType (Object에서 상속됨)
공용 메서드정적 멤버 IsPrimitiveType Indicates if a data type is a value type.
보호된 메서드 MemberwiseClone (Object에서 상속됨)
공용 메서드 ToString (Object에서 상속됨)
공용 메서드정적 멤버 Validate Indicates whether a value can be converted to the specified primitive data type.

맨 위로 이동

주의

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

스레드 보안

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

참고 항목

참조

Microsoft.SqlServer.Dts.Tasks.WebServiceTask 네임스페이스