TransferBase.DatabaseFileMappings 屬性
Gets or sets the properties that are associated with flat file destination based on a dictionary.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.SmoExtended (在 Microsoft.SqlServer.SmoExtended.dll 中)
語法
'宣告
Public Property DatabaseFileMappings As DatabaseFileMappingsDictionary
Get
Set
'用途
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)
屬性值
型別:Microsoft.SqlServer.Management.Smo.DatabaseFileMappingsDictionary
The properties that are associated with flat file destination based on a dictionary.