Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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.
Vererbungshierarchie
System.Object
System.Collections.Generic.Dictionary<String, String>
Microsoft.SqlServer.Management.Smo.DatabaseFileMappingsDictionary
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<ComVisibleAttribute(False)> _
Public NotInheritable Class DatabaseFileMappingsDictionary _
Inherits Dictionary(Of String, String)
'Usage
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>
Der DatabaseFileMappingsDictionary-Typ macht folgende Elemente verfügbar.
Konstruktoren
| Name | Beschreibung | |
|---|---|---|
![]() |
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. |
Zum Anfang
Eigenschaften
| Name | Beschreibung | |
|---|---|---|
![]() |
Comparer | (Geerbt von Dictionary<String, String>.) |
![]() |
Count | (Geerbt von Dictionary<String, String>.) |
![]() |
Item | Returns the database file mapping information for the specified source file. |
![]() |
Keys | (Geerbt von Dictionary<String, String>.) |
![]() |
Values | (Geerbt von Dictionary<String, String>.) |
Zum Anfang
Methoden
| Name | Beschreibung | |
|---|---|---|
![]() |
Add | Adds the specified database source file path and its associated database target file path to the dictionary. |
![]() |
Clear | (Geerbt von Dictionary<String, String>.) |
![]() |
ContainsKey | Determines whether this dictionary contains the specified database source file path. |
![]() |
ContainsValue | (Geerbt von Dictionary<String, String>.) |
![]() |
Equals | (Geerbt von Object.) |
![]() |
GetEnumerator | (Geerbt von Dictionary<String, String>.) |
![]() |
GetHashCode | (Geerbt von Object.) |
![]() |
GetObjectData | Sicherheitskritisch (Geerbt von Dictionary<String, String>.) |
![]() |
GetType | (Geerbt von Object.) |
![]() |
OnDeserialization | (Geerbt von Dictionary<String, String>.) |
![]() |
Remove | (Geerbt von Dictionary<String, String>.) |
![]() |
ToString | (Geerbt von Object.) |
![]() |
TryGetValue | (Geerbt von Dictionary<String, String>.) |
Zum Anfang
Explizite Schnittstellenimplementierungen
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.
.gif)
.gif)
.gif)
.gif)
.gif)