Compartilhar via


Campo HResults.DTS_E_RAWFILENAMEREQUIRED

The file name is not properly specified. Supply the path and name to the raw file either directly in the FileName property or by specifying a variable in the FileNameVariable property.

Namespace:  Microsoft.SqlServer.Dts.Runtime
Assembly:  Microsoft.SqlServer.ManagedDTS (em Microsoft.SqlServer.ManagedDTS.dll)

Sintaxe

'Declaração
Public Const DTS_E_RAWFILENAMEREQUIRED As Integer
'Uso
Dim value As Integer 

value = HResults.DTS_E_RAWFILENAMEREQUIRED
public const int DTS_E_RAWFILENAMEREQUIRED
public:
literal int DTS_E_RAWFILENAMEREQUIRED
static val mutable DTS_E_RAWFILENAMEREQUIRED: int
public const var DTS_E_RAWFILENAMEREQUIRED : int

Consulte também

Referência

HResults Classe

Namespace Microsoft.SqlServer.Dts.Runtime