Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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