Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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
Public Property SaveDataFileName As String
Get
Set
'Usage
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)
Property Value
Type: System.String
A String that indicates the name of the file to which an incoming Data File message is saved.
Implements
IMessageQueueTask.SaveDataFileName