Compartilhar via


Propriedade do RDL DTS2000Package

Contains the DTS 2000 package. The package is embedded in the task and stored; there is no external file containing the package.

Namespace:  Microsoft.SqlServer.Dts.Tasks.Exec80PackageTask
Assembly:  Microsoft.SqlServer.Exec80PackageTask (em Microsoft.SqlServer.Exec80PackageTask.dll)

Sintaxe

'Declaração
Public ReadOnly Property DTS2000Package As String
    Get
'Uso
Dim instance As Exec80PackageTask
Dim value As String

value = instance.DTS2000Package
public string DTS2000Package { get; }
public:
virtual property String^ DTS2000Package {
    String^ get () sealed;
}
abstract DTS2000Package : string
override DTS2000Package : string
final function get DTS2000Package () : String

Valor da propriedade

Tipo: System. . :: . .String
A String containing the DTS 2000 package.

Implementa

IDTSExec80PackageTask. . :: . .DTS2000Package