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.