Partilhar via


Propriedade do RDL TransferBase.DatabaseFileMappings

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SmoExtended (em Microsoft.SqlServer.SmoExtended.dll)

Sintaxe

'Declaração
Public Property DatabaseFileMappings As DatabaseFileMappingsDictionary 
    Get 
    Set
'Uso
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)

Valor da propriedade

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

Consulte também

Referência

TransferBase Classe

Namespace Microsoft.SqlServer.Management.Smo