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