Partager via


Propriété TransferBase.DatabaseFileMappings

Gets or sets the properties that are associated with flat file destination based on a dictionary.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.SmoExtended (en Microsoft.SqlServer.SmoExtended.dll)

Syntaxe

'Déclaration
Public Property DatabaseFileMappings As DatabaseFileMappingsDictionary 
    Get 
    Set
'Utilisation
Dim instance As TransferBase 
Dim value As DatabaseFileMappingsDictionary 

value = instance.DatabaseFileMappings

instance.DatabaseFileMappings = value
public DatabaseFileMappingsDictionary DatabaseFileMappings { get; set; }
public:
property DatabaseFileMappingsDictionary^ DatabaseFileMappings {
    DatabaseFileMappingsDictionary^ get ();
    void set (DatabaseFileMappingsDictionary^ value);
}
member DatabaseFileMappings : DatabaseFileMappingsDictionary with get, set
function get DatabaseFileMappings () : DatabaseFileMappingsDictionary 
function set DatabaseFileMappings (value : DatabaseFileMappingsDictionary)

Valeur de propriété

Type : Microsoft.SqlServer.Management.Smo.DatabaseFileMappingsDictionary
The properties that are associated with flat file destination based on a dictionary.

Voir aussi

Référence

TransferBase Classe

Espace de noms Microsoft.SqlServer.Management.Smo