共用方式為


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) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。