fileContents 欄位
A String that contains the contents of the message.
命名空間: Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
組件: Microsoft.SqlServer.MSMQTask (在 Microsoft.SqlServer.MSMQTask.dll 中)
語法
'宣告
Public fileContents As String
'用途
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