Transfer.DatabaseFileMappings Property
Gets or sets properties that are associated with flat file destination based on a DatabaseFileMappingsDictionary object.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.SmoExtended (in microsoft.sqlserver.smoextended.dll)
Syntax
'Bildirim
Public Property DatabaseFileMappings As DatabaseFileMappingsDictionary
public DatabaseFileMappingsDictionary DatabaseFileMappings { get; set; }
public:
property DatabaseFileMappingsDictionary^ DatabaseFileMappings {
DatabaseFileMappingsDictionary^ get ();
void set (DatabaseFileMappingsDictionary^ value);
}
/** @property */
public DatabaseFileMappingsDictionary get_DatabaseFileMappings ()
/** @property */
public void set_DatabaseFileMappings (DatabaseFileMappingsDictionary value)
public function get DatabaseFileMappings () : DatabaseFileMappingsDictionary
public function set DatabaseFileMappings (value : DatabaseFileMappingsDictionary)
Property Value
DatabaseFileMappingsDictionary object properties.
Remarks
Programmatically configuring the DatabaseFileMappingsDictionary object is equivalent to configuring the Flat File Connection Manager Editor (Preview Page).
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
See Also
Reference
Transfer Class
Transfer Members
Microsoft.SqlServer.Management.Smo Namespace
Other Resources
Flat File Destination Editor (Mappings Page)
Task 4: Adding a Flat File Destination
Configure Flat File Destination (SQL Server Import and Export Wizard)
Flat File Destination Editor (Connection Manager Page)