Freigeben über


DatabaseFileMappingsDictionary-Member

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.

Der DatabaseFileMappingsDictionary-Typ macht die folgenden Member verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode 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

Methoden

  Name Beschreibung
Öffentliche Methode Add Adds the specified database source file path and its associated database target file path to the dictionary.
Öffentliche Methode Clear (Geerbt von Dictionary< (Of < ( <'String, String> ) > ) >.)
Öffentliche Methode ContainsKey Determines whether this dictionary contains the specified database source file path.
Öffentliche Methode ContainsValue (Geerbt von Dictionary< (Of < ( <'String, String> ) > ) >.)
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetEnumerator (Geerbt von Dictionary< (Of < ( <'String, String> ) > ) >.)
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetObjectData (Geerbt von Dictionary< (Of < ( <'String, String> ) > ) >.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode OnDeserialization (Geerbt von Dictionary< (Of < ( <'String, String> ) > ) >.)
Öffentliche Methode Remove (Geerbt von Dictionary< (Of < ( <'String, String> ) > ) >.)
Öffentliche Methode ToString (Geerbt von Object.)
Öffentliche Methode TryGetValue (Geerbt von Dictionary< (Of < ( <'String, String> ) > ) >.)

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft Comparer (Geerbt von Dictionary< (Of < ( <'String, String> ) > ) >.)
Öffentliche Eigenschaft Count (Geerbt von Dictionary< (Of < ( <'String, String> ) > ) >.)
Öffentliche Eigenschaft Item Returns the database file mapping information for the specified source file.
Öffentliche Eigenschaft Keys (Geerbt von Dictionary< (Of < ( <'String, String> ) > ) >.)
Öffentliche Eigenschaft Values (Geerbt von Dictionary< (Of < ( <'String, String> ) > ) >.)

Zum Anfang

Explizite Schnittstellenimplementierungen 

  Name Beschreibung
Explizite SchnittstellenimplementierungPrivate Methode ICollection< (Of < <' (KeyValuePair< (Of < <' (TKey, TValue> ) > > )> ) > > ). . :: . .Add (Geerbt von Dictionary< (Of < ( <'String, String> ) > ) >.)
Explizite SchnittstellenimplementierungPrivate Methode IDictionary. . :: . .Add (Geerbt von Dictionary< (Of < ( <'String, String> ) > ) >.)
Explizite SchnittstellenimplementierungPrivate Methode ICollection< (Of < <' (KeyValuePair< (Of < <' (TKey, TValue> ) > > )> ) > > ). . :: . .Contains (Geerbt von Dictionary< (Of < ( <'String, String> ) > ) >.)
Explizite SchnittstellenimplementierungPrivate Methode IDictionary. . :: . .Contains (Geerbt von Dictionary< (Of < ( <'String, String> ) > ) >.)
Explizite SchnittstellenimplementierungPrivate Methode ICollection< (Of < <' (KeyValuePair< (Of < <' (TKey, TValue> ) > > )> ) > > ). . :: . .CopyTo (Geerbt von Dictionary< (Of < ( <'String, String> ) > ) >.)
Explizite SchnittstellenimplementierungPrivate Methode ICollection. . :: . .CopyTo (Geerbt von Dictionary< (Of < ( <'String, String> ) > ) >.)
Explizite SchnittstellenimplementierungPrivate Methode IEnumerable< (Of < <' (KeyValuePair< (Of < <' (TKey, TValue> ) > > )> ) > > ). . :: . .GetEnumerator (Geerbt von Dictionary< (Of < ( <'String, String> ) > ) >.)
Explizite SchnittstellenimplementierungPrivate Methode IEnumerable. . :: . .GetEnumerator (Geerbt von Dictionary< (Of < ( <'String, String> ) > ) >.)
Explizite SchnittstellenimplementierungPrivate Methode IDictionary. . :: . .GetEnumerator (Geerbt von Dictionary< (Of < ( <'String, String> ) > ) >.)
Explizite SchnittstellenimplementierungPrivate Eigenschaft IDictionary. . :: . .IsFixedSize (Geerbt von Dictionary< (Of < ( <'String, String> ) > ) >.)
Explizite SchnittstellenimplementierungPrivate Eigenschaft ICollection< (Of < <' (KeyValuePair< (Of < <' (TKey, TValue> ) > > )> ) > > ). . :: . .IsReadOnly (Geerbt von Dictionary< (Of < ( <'String, String> ) > ) >.)
Explizite SchnittstellenimplementierungPrivate Eigenschaft IDictionary. . :: . .IsReadOnly (Geerbt von Dictionary< (Of < ( <'String, String> ) > ) >.)
Explizite SchnittstellenimplementierungPrivate Eigenschaft ICollection. . :: . .IsSynchronized (Geerbt von Dictionary< (Of < ( <'String, String> ) > ) >.)
Explizite SchnittstellenimplementierungPrivate Eigenschaft IDictionary. . :: . .Item (Geerbt von Dictionary< (Of < ( <'String, String> ) > ) >.)
Explizite SchnittstellenimplementierungPrivate Eigenschaft IDictionary< (Of < <' (TKey, TValue> ) > > ). . :: . .Keys (Geerbt von Dictionary< (Of < ( <'String, String> ) > ) >.)
Explizite SchnittstellenimplementierungPrivate Eigenschaft IDictionary. . :: . .Keys (Geerbt von Dictionary< (Of < ( <'String, String> ) > ) >.)
Explizite SchnittstellenimplementierungPrivate Methode ICollection< (Of < <' (KeyValuePair< (Of < <' (TKey, TValue> ) > > )> ) > > ). . :: . .Remove (Geerbt von Dictionary< (Of < ( <'String, String> ) > ) >.)
Explizite SchnittstellenimplementierungPrivate Methode IDictionary. . :: . .Remove (Geerbt von Dictionary< (Of < ( <'String, String> ) > ) >.)
Explizite SchnittstellenimplementierungPrivate Eigenschaft ICollection. . :: . .SyncRoot (Geerbt von Dictionary< (Of < ( <'String, String> ) > ) >.)
Explizite SchnittstellenimplementierungPrivate Eigenschaft IDictionary< (Of < <' (TKey, TValue> ) > > ). . :: . .Values (Geerbt von Dictionary< (Of < ( <'String, String> ) > ) >.)
Explizite SchnittstellenimplementierungPrivate Eigenschaft IDictionary. . :: . .Values (Geerbt von Dictionary< (Of < ( <'String, String> ) > ) >.)

Zum Anfang