Champ fileContents
A String that contains the contents of the message.
Espace de noms : Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
Assembly : Microsoft.SqlServer.MSMQTask (dans Microsoft.SqlServer.MSMQTask.dll)
Syntaxe
'Déclaration
Public fileContents As String
'Utilisation
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