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) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.