共用方式為


DataType 屬性

Gets the data type of an inner or outer variable for a Microsoft SQL Server 2000 Data Transformation Services (DTS) package to be executed by a Exec80PackageTask.

命名空間:  Microsoft.SqlServer.Dts.Tasks.Exec80PackageTask
組件:  Microsoft.SqlServer.Exec80PackageTask (在 Microsoft.SqlServer.Exec80PackageTask.dll 中)

語法

'宣告
Public ReadOnly Property DataType As String
    Get
'用途
Dim instance As PkgVariable
Dim value As String

value = instance.DataType
public string DataType { get; }
public:
property String^ DataType {
    String^ get ();
}
member DataType : string
function get DataType () : String

屬性值

型別:System. . :: . .String
A String containing the data type of an inner or outer variable for a DTS package to be executed by a Exec80PackageTask.

備註

For more information about using variables in packages, see 在封裝中使用變數.