Campo fileName
The name of the data file that contains the message.
Namespace: Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
Assembly: Microsoft.SqlServer.MSMQTask (em Microsoft.SqlServer.MSMQTask.dll)
Sintaxe
'Declaração
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
Consulte também