Compartilhar via


Campo DataFileMessage.fileContents

A String that contains the contents of the message.

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

Sintaxe

'Declaração
Public fileContents As String
'Uso
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

Consulte também

Referência

DataFileMessage Classe

Namespace Microsoft.SqlServer.Dts.Tasks.MessageQueueTask