Udostępnij przez


Pole DataFileMessage.fileContents

A ciąg zawiera treść wiadomości.

Przestrzeń nazw:  Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
Zestaw:  Microsoft.SqlServer.MSMQTask (w Microsoft.SqlServer.MSMQTask.dll)

Składnia

'Deklaracja
Public fileContents As String
'Użycie
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