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) 成員都是執行緒安全的。並不是所有的執行個體成員都保證可以用於所有的執行緒。