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.