HResults.DTS_E_RAWFILECANTOPENFORMETADATA Field

Definition

MessageId: DTS_E_RAWFILECANTOPENFORMETADATA MessageText: The file cannot be opened for reading the metadata. If the file does not exist, and the component has already defined external metadata, you can set the "ValidateExternalMetadata" property to "false" and the file will be created at the runtime.

public: int DTS_E_RAWFILECANTOPENFORMETADATA = -1071607123;
public const int DTS_E_RAWFILECANTOPENFORMETADATA = -1071607123;
val mutable DTS_E_RAWFILECANTOPENFORMETADATA : int
Public Const DTS_E_RAWFILECANTOPENFORMETADATA As Integer  = -1071607123

Field Value

Value = -1071607123

Applies to