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.

참고 항목

참조

TransferBase 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스