Partilhar via


Propriedade do RDL IMessageQueueTask.SaveDataFileName

Essa API oferece suporte à infraestrutura do SQL Server 2012 e não se destina a ser usada diretamente no seu código.

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 (em Microsoft.SqlServer.MSMQTask.dll)

Sintaxe

'Declaração
Property SaveDataFileName As String 
    Get 
    Set
'Uso
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)

Valor da propriedade

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

Consulte também

Referência

IMessageQueueTask Interface

Namespace Microsoft.SqlServer.Dts.Tasks.MessageQueueTask