fileName フィールド

メッセージを含むデータ ファイルの名前です。

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