Condividi tramite


Campo fileName

The name of the data file that contains the message.

Spazio dei nomi:  Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
Assembly:  Microsoft.SqlServer.MSMQTask (in Microsoft.SqlServer.MSMQTask.dll)

Sintassi

'Dichiarazione
Public fileName As String
'Utilizzo
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