Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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