Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
The name of the data file that contains the message.
Namespace: Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
Assembly: Microsoft.SqlServer.MSMQTask (in Microsoft.SqlServer.MSMQTask.dll)
Syntax
'Declaration
Public fileName As String
'Usage
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