Bagikan melalui


IMessageQueueTask.SaveDataFileName Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

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
Property SaveDataFileName As String 
    Get 
    Set
'Usage
Dim instance As IMessageQueueTask 
Dim value As String 

value = instance.SaveDataFileName

instance.SaveDataFileName = value
string SaveDataFileName { get; set; }
property String^ SaveDataFileName {
    String^ get ();
    void set (String^ value);
}
abstract SaveDataFileName : string with get, set
function get SaveDataFileName () : String 
function set SaveDataFileName (value : String)

Property Value

Type: System.String
The name of the file to which an incoming Data File message is saved.

See Also

Reference

IMessageQueueTask Interface

Microsoft.SqlServer.Dts.Tasks.MessageQueueTask Namespace