Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 (in Microsoft.SqlServer.SmoExtended.dll)
Syntax
'Declaration
Public Property DatabaseFileMappings As DatabaseFileMappingsDictionary
Get
Set
'Usage
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)
Property Value
Type: Microsoft.SqlServer.Management.Smo.DatabaseFileMappingsDictionary
The properties that are associated with flat file destination based on a dictionary.