Condividi tramite


Proprietà TransferBase.DatabaseFileMappings

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

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.SmoExtended (in Microsoft.SqlServer.SmoExtended.dll)

Sintassi

'Dichiarazione
Public Property DatabaseFileMappings As DatabaseFileMappingsDictionary 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

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

Vedere anche

Riferimento

TransferBase Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo