Compartir a través de


fileName Campo

The name of the data file that contains the message.

Espacio de nombres:  Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
Ensamblado:  Microsoft.SqlServer.MSMQTask (en Microsoft.SqlServer.MSMQTask.dll)

Sintaxis

'Declaración
Public fileName As String
'Uso
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