다음을 통해 공유


fileName 필드

The name of the data file that contains the message.

네임스페이스:  Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
어셈블리:  Microsoft.SqlServer.MSMQTask.dll의 Microsoft.SqlServer.MSMQTask

구문

‘선언
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