Champ fileName
The name of the data file that contains the message.
Espace de noms : Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
Assembly : Microsoft.SqlServer.MSMQTask (dans Microsoft.SqlServer.MSMQTask.dll)
Syntaxe
'Déclaration
Public fileName As String
'Utilisation
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