Propriedade do RDL SaveDataFileName
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
Public Property SaveDataFileName As String
Get
Set
'Uso
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)
Valor da propriedade
Tipo: System. . :: . .String
A String that indicates the name of the file to which an incoming Data File message is saved.
Implementa
Consulte também