DataFileMessage.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