Campo DataFileMessage.fileContents

A String that contains the contents of the message.

Spazio dei nomi  Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
Assembly:  Microsoft.SqlServer.MSMQTask (in Microsoft.SqlServer.MSMQTask.dll)

Sintassi

'Dichiarazione
Public fileContents As String
'Utilizzo
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

Vedere anche

Riferimento

DataFileMessage Classe

Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.MessageQueueTask