Compartir a través de


TransferBase.DatabaseFileMappings Propiedad

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

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.SmoExtended (en Microsoft.SqlServer.SmoExtended.dll)

Sintaxis

'Declaración
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 de la propiedad

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

Vea también

Referencia

TransferBase Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo