Proprietà IMessageQueueTask.SaveDataFileName

Questa API supporta l'infrastruttura SQL Server 2012 e non può essere utilizzata direttamente dal codice.

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

Spazio dei nomi  Microsoft.SqlServer.Dts.Tasks.MessageQueueTask
Assembly:  Microsoft.SqlServer.MSMQTask (in Microsoft.SqlServer.MSMQTask.dll)

Sintassi

'Dichiarazione
Property SaveDataFileName As String 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

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

Vedere anche

Riferimento

IMessageQueueTask Interfaccia

Spazio dei nomi Microsoft.SqlServer.Dts.Tasks.MessageQueueTask