Compartir a través de


fileContents Campo

A String that contains the contents of the message.

Espacio de nombres:  Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
Ensamblado:  Microsoft.SqlServer.MSMQTask (en Microsoft.SqlServer.MSMQTask.dll)

Sintaxis

'Declaración
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