DatabaseFileMappingsDictionary 클래스
This class, which is inherited from Dictionary, maps database file paths from the source server to the corresponding target server location that the user specifies.
상속 계층
System.Object
System.Collections.Generic.Dictionary<String, String>
Microsoft.SqlServer.Management.Smo.DatabaseFileMappingsDictionary
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
<ComVisibleAttribute(False)> _
Public NotInheritable Class DatabaseFileMappingsDictionary _
Inherits Dictionary(Of String, String)
‘사용 방법
Dim instance As DatabaseFileMappingsDictionary
[ComVisibleAttribute(false)]
public sealed class DatabaseFileMappingsDictionary : Dictionary<string, string>
[ComVisibleAttribute(false)]
public ref class DatabaseFileMappingsDictionary sealed : public Dictionary<String^, String^>
[<SealedAttribute>]
[<ComVisibleAttribute(false)>]
type DatabaseFileMappingsDictionary =
class
inherit Dictionary<string, string>
end
public final class DatabaseFileMappingsDictionary extends Dictionary<String, String>
DatabaseFileMappingsDictionary 유형에서 다음 멤버를 표시합니다.
생성자
이름 | 설명 | |
---|---|---|
![]() |
DatabaseFileMappingsDictionary | This class, which is inherited from Dictionary, maps database file paths from the source server to the corresponding target server location that the user specifies. |
맨 위로 이동
속성
이름 | 설명 | |
---|---|---|
![]() |
Comparer | (Dictionary<String, String>에서 상속됨) |
![]() |
Count | (Dictionary<String, String>에서 상속됨) |
![]() |
Item | Returns the database file mapping information for the specified source file. |
![]() |
Keys | (Dictionary<String, String>에서 상속됨) |
![]() |
Values | (Dictionary<String, String>에서 상속됨) |
맨 위로 이동
메서드
이름 | 설명 | |
---|---|---|
![]() |
Add | Adds the specified database source file path and its associated database target file path to the dictionary. |
![]() |
Clear | (Dictionary<String, String>에서 상속됨) |
![]() |
ContainsKey | Determines whether this dictionary contains the specified database source file path. |
![]() |
ContainsValue | (Dictionary<String, String>에서 상속됨) |
![]() |
Equals | (Object에서 상속됨) |
![]() |
GetEnumerator | (Dictionary<String, String>에서 상속됨) |
![]() |
GetHashCode | (Object에서 상속됨) |
![]() |
GetObjectData | 보안에 중요합니다. (Dictionary<String, String>에서 상속됨) |
![]() |
GetType | (Object에서 상속됨) |
![]() |
OnDeserialization | (Dictionary<String, String>에서 상속됨) |
![]() |
Remove | (Dictionary<String, String>에서 상속됨) |
![]() |
ToString | (Object에서 상속됨) |
![]() |
TryGetValue | (Dictionary<String, String>에서 상속됨) |
맨 위로 이동
명시적 인터페이스 구현
맨 위로 이동
스레드 보안
이 유형의 모든 공용 static(Visual Basic에서는 Shared) 멤버는 스레드로부터 안전합니다. 인스턴스 멤버는 스레드로부터의 안전성이 보장되지 않습니다.