次の方法で共有


DataFileMessage.fileContents フィールド

メッセージの内容を表す String です。

名前空間:  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

関連項目

参照

DataFileMessage クラス

Microsoft.SqlServer.Dts.Tasks.MessageQueueTask 名前空間