Proprietà Value

Questa API supporta l'infrastruttura e non può essere utilizzata direttamente dal codice.

For more information, see PrecedenceConstraintClass.

Spazio dei nomi  Microsoft.SqlServer.Dts.Runtime.Wrapper
Assembly:  Microsoft.SqlServer.DTSRuntimeWrap (in Microsoft.SqlServer.DTSRuntimeWrap.dll)

Sintassi

'Dichiarazione
Property Value As DTSExecResult
    Get
    Set
'Utilizzo
Dim instance As IDTSPrecedenceConstraint100
Dim value As DTSExecResult

value = instance.Value

instance.Value = value
DTSExecResult Value { get; set; }
property DTSExecResult Value {
    DTSExecResult get ();
    void set (DTSExecResult value);
}
abstract Value : DTSExecResult with get, set
function get Value () : DTSExecResult
function set Value (value : DTSExecResult)