Condividi tramite


Proprietà 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.

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

Sintassi

'Dichiarazione
Public ReadOnly Property Value As Object
    Get
'Utilizzo
Dim instance As PkgVariable
Dim value As Object

value = instance.Value
public Object Value { get; }
public:
property Object^ Value {
    Object^ get ();
}
member Value : Object
function get Value () : Object

Valore proprietà

Tipo: System. . :: . .Object
An Object containing the value of an inner or outer variable for a DTS package to be executed by a Exec80PackageTask.

Osservazioni

For more information about using variables in packages, see Utilizzo di variabili nei pacchetti.