fileName 字段

The name of the data file that contains the message.

命名空间:  Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
程序集:  Microsoft.SqlServer.MSMQTask(在 Microsoft.SqlServer.MSMQTask.dll 中)

语法

声明
Public fileName As String
用法
Dim instance As DataFileMessage
Dim value As String

value = instance.fileName

instance.fileName = value
public string fileName
public:
String^ fileName
val mutable fileName: string
public var fileName : String