DatabaseFileMappingsDictionary-Klasse
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< (Of < ( <'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< (Of < ( <'String, String> ) > ) >.) | |
Count | (Geerbt von Dictionary< (Of < ( <'String, String> ) > ) >.) | |
Item | Returns the database file mapping information for the specified source file. | |
Keys | (Geerbt von Dictionary< (Of < ( <'String, String> ) > ) >.) | |
Values | (Geerbt von Dictionary< (Of < ( <'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< (Of < ( <'String, String> ) > ) >.) | |
ContainsKey | Determines whether this dictionary contains the specified database source file path. | |
ContainsValue | (Geerbt von Dictionary< (Of < ( <'String, String> ) > ) >.) | |
Equals | (Geerbt von Object.) | |
Finalize | (Geerbt von Object.) | |
GetEnumerator | (Geerbt von Dictionary< (Of < ( <'String, String> ) > ) >.) | |
GetHashCode | (Geerbt von Object.) | |
GetObjectData | (Geerbt von Dictionary< (Of < ( <'String, String> ) > ) >.) | |
GetType | (Geerbt von Object.) | |
MemberwiseClone | (Geerbt von Object.) | |
OnDeserialization | (Geerbt von Dictionary< (Of < ( <'String, String> ) > ) >.) | |
Remove | (Geerbt von Dictionary< (Of < ( <'String, String> ) > ) >.) | |
ToString | (Geerbt von Object.) | |
TryGetValue | (Geerbt von Dictionary< (Of < ( <'String, String> ) > ) >.) |
Zum Anfang
Explizite Schnittstellenimplementierungen
Name | Beschreibung | |
---|---|---|
ICollection< (Of < <' (KeyValuePair< (Of < <' (TKey, TValue> ) > > )> ) > > ). . :: . .Add | (Geerbt von Dictionary< (Of < ( <'String, String> ) > ) >.) | |
IDictionary. . :: . .Add | (Geerbt von Dictionary< (Of < ( <'String, String> ) > ) >.) | |
ICollection< (Of < <' (KeyValuePair< (Of < <' (TKey, TValue> ) > > )> ) > > ). . :: . .Contains | (Geerbt von Dictionary< (Of < ( <'String, String> ) > ) >.) | |
IDictionary. . :: . .Contains | (Geerbt von Dictionary< (Of < ( <'String, String> ) > ) >.) | |
ICollection< (Of < <' (KeyValuePair< (Of < <' (TKey, TValue> ) > > )> ) > > ). . :: . .CopyTo | (Geerbt von Dictionary< (Of < ( <'String, String> ) > ) >.) | |
ICollection. . :: . .CopyTo | (Geerbt von Dictionary< (Of < ( <'String, String> ) > ) >.) | |
IEnumerable< (Of < <' (KeyValuePair< (Of < <' (TKey, TValue> ) > > )> ) > > ). . :: . .GetEnumerator | (Geerbt von Dictionary< (Of < ( <'String, String> ) > ) >.) | |
IEnumerable. . :: . .GetEnumerator | (Geerbt von Dictionary< (Of < ( <'String, String> ) > ) >.) | |
IDictionary. . :: . .GetEnumerator | (Geerbt von Dictionary< (Of < ( <'String, String> ) > ) >.) | |
IDictionary. . :: . .IsFixedSize | (Geerbt von Dictionary< (Of < ( <'String, String> ) > ) >.) | |
ICollection< (Of < <' (KeyValuePair< (Of < <' (TKey, TValue> ) > > )> ) > > ). . :: . .IsReadOnly | (Geerbt von Dictionary< (Of < ( <'String, String> ) > ) >.) | |
IDictionary. . :: . .IsReadOnly | (Geerbt von Dictionary< (Of < ( <'String, String> ) > ) >.) | |
ICollection. . :: . .IsSynchronized | (Geerbt von Dictionary< (Of < ( <'String, String> ) > ) >.) | |
IDictionary. . :: . .Item | (Geerbt von Dictionary< (Of < ( <'String, String> ) > ) >.) | |
IDictionary< (Of < <' (TKey, TValue> ) > > ). . :: . .Keys | (Geerbt von Dictionary< (Of < ( <'String, String> ) > ) >.) | |
IDictionary. . :: . .Keys | (Geerbt von Dictionary< (Of < ( <'String, String> ) > ) >.) | |
ICollection< (Of < <' (KeyValuePair< (Of < <' (TKey, TValue> ) > > )> ) > > ). . :: . .Remove | (Geerbt von Dictionary< (Of < ( <'String, String> ) > ) >.) | |
IDictionary. . :: . .Remove | (Geerbt von Dictionary< (Of < ( <'String, String> ) > ) >.) | |
ICollection. . :: . .SyncRoot | (Geerbt von Dictionary< (Of < ( <'String, String> ) > ) >.) | |
IDictionary< (Of < <' (TKey, TValue> ) > > ). . :: . .Values | (Geerbt von Dictionary< (Of < ( <'String, String> ) > ) >.) | |
IDictionary. . :: . .Values | (Geerbt von Dictionary< (Of < ( <'String, String> ) > ) >.) |
Zum Anfang
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic)-Elemente dieses Typs sind Threadsicher. Für Instanzelemente wird die Threadsicherheit nicht gewährleistet.