PackageName 属性

Gets or sets the name of the Microsoft SQL Server 2000 Data Transformation Services (DTS) package to be executed by the Exec80PackageTask.

命名空间:  Microsoft.SqlServer.Dts.Tasks.Exec80PackageTask
程序集:  Microsoft.SqlServer.Exec80PackageTask(在 Microsoft.SqlServer.Exec80PackageTask.dll 中)

语法

声明
Public Property PackageName As String
    Get
    Set
用法
Dim instance As Exec80PackageTask
Dim value As String

value = instance.PackageName

instance.PackageName = value
public string PackageName { get; set; }
public:
virtual property String^ PackageName {
    String^ get () sealed;
    void set (String^ value) sealed;
}
abstract PackageName : string with get, set
override PackageName : string with get, set
final function get PackageName () : String
final function set PackageName (value : String)

属性值

类型:System. . :: . .String
A String containing the name of the DTS package.

实现

IDTSExec80PackageTask. . :: . .PackageName