Sdílet prostřednictvím


DataFileMessage.fileName Field

The name of the data file that contains the message.

Namespace:  Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
Assembly:  Microsoft.SqlServer.MSMQTask (in Microsoft.SqlServer.MSMQTask.dll)

Syntax

'Declaration
Public fileName As String
'Usage
Dim instance As DataFileMessage 
Dim value As String 

value = instance.fileName 

instance.fileName = value
public string fileName
public:
String^ fileName
val mutable fileName: string
public var fileName : String

See Also

Reference

DataFileMessage Class

Microsoft.SqlServer.Dts.Tasks.MessageQueueTask Namespace