DataFileMessage.fileContents Field
A String that contains the contents of the message.
Namespace: Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
Assembly: Microsoft.SqlServer.MSMQTask (in Microsoft.SqlServer.MSMQTask.dll)
Syntax
'Declaration
Public fileContents As String
'Usage
Dim instance As DataFileMessage
Dim value As String
value = instance.fileContents
instance.fileContents = value
public string fileContents
public:
String^ fileContents
val mutable fileContents: string
public var fileContents : String