Condividi tramite


Classe PkgVariable

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

Gerarchia di ereditarietà

System. . :: . .Object
  Microsoft.SqlServer.Dts.Tasks.Exec80PackageTask..::..PkgVariable

Spazio dei nomi  Microsoft.SqlServer.Dts.Tasks.Exec80PackageTask
Assembly:  Microsoft.SqlServer.Exec80PackageTask (in Microsoft.SqlServer.Exec80PackageTask.dll)

Sintassi

'Dichiarazione
Public Class PkgVariable
'Utilizzo
Dim instance As PkgVariable
public class PkgVariable
public ref class PkgVariable
type PkgVariable =  class end
public class PkgVariable

Nel tipo PkgVariable sono esposti i membri seguenti.

Costruttori

  Nome Descrizione
Metodo pubblico PkgVariable Initializes a new instance of PkgVariable.

In alto

Proprietà

  Nome Descrizione
Proprietà pubblica 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.
Proprietà pubblica Name Gets the name of an inner or outer variable for a Microsoft SQL Server 2000 Data Transformation Services (DTS) package to be executed by a Exec80PackageTask.
Proprietà pubblica Value Gets the value of an inner or outer variable for a Microsoft SQL Server 2000 Data Transformation Services (DTS) package to be executed by a Exec80PackageTask.

In alto

Metodi

  Nome Descrizione
Metodo pubblico Equals Ereditato da Object.
Metodo protetto Finalize Ereditato da Object.
Metodo pubblico GetHashCode Ereditato da Object.
Metodo pubblico GetType Ereditato da Object.
Metodo protetto MemberwiseClone Ereditato da Object.
Metodo pubblico ToString Ereditato da Object.

In alto

Osservazioni

For more information about the features of the Execute DTS 2000 Package Task, see Attività Esegui pacchetto DTS 2000.

Protezione dei thread

I membri static (Shared in Visual Basic) pubblici di questo tipo sono affidabili. Non è invece garantita la sicurezza dei membri dell'istanza.