Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the name of the file to which an incoming Data File message is saved.
Namespace: Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
Assembly: Microsoft.SqlServer.MSMQTask (in Microsoft.SqlServer.MSMQTask.dll)
Syntax
'Declaration
Public Property SaveDataFileName As String
Get
Set
'Usage
Dim instance As MessageQueueTask
Dim value As String
value = instance.SaveDataFileName
instance.SaveDataFileName = value
public string SaveDataFileName { get; set; }
public:
virtual property String^ SaveDataFileName {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract SaveDataFileName : string with get, set
override SaveDataFileName : string with get, set
final function get SaveDataFileName () : String
final function set SaveDataFileName (value : String)
Property Value
Type: System.String
A String that indicates the name of the file to which an incoming Data File message is saved.
Implements
IMessageQueueTask.SaveDataFileName