HResults.DTS_W_CONFIGENVVARNOTFOUND Field

Definition

The configuration environment variable was not found. The environment variable was: "%1". This occurs when a package specifies an environment variable for a configuration setting but it cannot be found. Check the configurations collection in the package and verify that the specified environment variable is available and valid.

public: int DTS_W_CONFIGENVVARNOTFOUND = -2147381245;
public const int DTS_W_CONFIGENVVARNOTFOUND = -2147381245;
val mutable DTS_W_CONFIGENVVARNOTFOUND : int
Public Const DTS_W_CONFIGENVVARNOTFOUND As Integer  = -2147381245

Field Value

Value = -2147381245

Applies to