Compartir a través de


IMessageQueueTask.SaveDataFileName Propiedad

Esta API admite la infraestructura de SQL Server 2012 y no está prevista su utilización directa desde el código.

Gets or sets the name of the file to which an incoming Data File message is saved.

Espacio de nombres:  Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
Ensamblado:  Microsoft.SqlServer.MSMQTask (en Microsoft.SqlServer.MSMQTask.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Vea también

Referencia

IMessageQueueTask Interfaz

Espacio de nombres Microsoft.SqlServer.Dts.Tasks.MessageQueueTask