Compartir a través de


DatabaseFileMappingsDictionary Miembros

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.

El tipo DatabaseFileMappingsDictionary expone los siguientes miembros.

Constructores

  Nombre Descripción
Método publico 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.

Principio

Métodos

  Nombre Descripción
Método publico Add Adds the specified database source file path and its associated database target file path to the dictionary.
Método publico Clear (Se hereda de Dictionary< (Of < ( <'String, String> ) > ) >).
Método publico ContainsKey Determines whether this dictionary contains the specified database source file path.
Método publico ContainsValue (Se hereda de Dictionary< (Of < ( <'String, String> ) > ) >).
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetEnumerator (Se hereda de Dictionary< (Of < ( <'String, String> ) > ) >).
Método publico GetHashCode (Se hereda de Object).
Método publico GetObjectData (Se hereda de Dictionary< (Of < ( <'String, String> ) > ) >).
Método publico GetType (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico OnDeserialization (Se hereda de Dictionary< (Of < ( <'String, String> ) > ) >).
Método publico Remove (Se hereda de Dictionary< (Of < ( <'String, String> ) > ) >).
Método publico ToString (Se hereda de Object).
Método publico TryGetValue (Se hereda de Dictionary< (Of < ( <'String, String> ) > ) >).

Principio

Propiedades

  Nombre Descripción
Propiedad pública Comparer (Se hereda de Dictionary< (Of < ( <'String, String> ) > ) >).
Propiedad pública Count (Se hereda de Dictionary< (Of < ( <'String, String> ) > ) >).
Propiedad pública Item Returns the database file mapping information for the specified source file.
Propiedad pública Keys (Se hereda de Dictionary< (Of < ( <'String, String> ) > ) >).
Propiedad pública Values (Se hereda de Dictionary< (Of < ( <'String, String> ) > ) >).

Principio

Implementaciones de interfaces explícitas

  Nombre Descripción
Implementación de interfaces explícitasMétodo privado ICollection< (Of < <' (KeyValuePair< (Of < <' (TKey, TValue> ) > > )> ) > > ). . :: . .Add (Se hereda de Dictionary< (Of < ( <'String, String> ) > ) >).
Implementación de interfaces explícitasMétodo privado IDictionary. . :: . .Add (Se hereda de Dictionary< (Of < ( <'String, String> ) > ) >).
Implementación de interfaces explícitasMétodo privado ICollection< (Of < <' (KeyValuePair< (Of < <' (TKey, TValue> ) > > )> ) > > ). . :: . .Contains (Se hereda de Dictionary< (Of < ( <'String, String> ) > ) >).
Implementación de interfaces explícitasMétodo privado IDictionary. . :: . .Contains (Se hereda de Dictionary< (Of < ( <'String, String> ) > ) >).
Implementación de interfaces explícitasMétodo privado ICollection< (Of < <' (KeyValuePair< (Of < <' (TKey, TValue> ) > > )> ) > > ). . :: . .CopyTo (Se hereda de Dictionary< (Of < ( <'String, String> ) > ) >).
Implementación de interfaces explícitasMétodo privado ICollection. . :: . .CopyTo (Se hereda de Dictionary< (Of < ( <'String, String> ) > ) >).
Implementación de interfaces explícitasMétodo privado IEnumerable< (Of < <' (KeyValuePair< (Of < <' (TKey, TValue> ) > > )> ) > > ). . :: . .GetEnumerator (Se hereda de Dictionary< (Of < ( <'String, String> ) > ) >).
Implementación de interfaces explícitasMétodo privado IEnumerable. . :: . .GetEnumerator (Se hereda de Dictionary< (Of < ( <'String, String> ) > ) >).
Implementación de interfaces explícitasMétodo privado IDictionary. . :: . .GetEnumerator (Se hereda de Dictionary< (Of < ( <'String, String> ) > ) >).
Implementación de interfaces explícitasPropiedad privada IDictionary. . :: . .IsFixedSize (Se hereda de Dictionary< (Of < ( <'String, String> ) > ) >).
Implementación de interfaces explícitasPropiedad privada ICollection< (Of < <' (KeyValuePair< (Of < <' (TKey, TValue> ) > > )> ) > > ). . :: . .IsReadOnly (Se hereda de Dictionary< (Of < ( <'String, String> ) > ) >).
Implementación de interfaces explícitasPropiedad privada IDictionary. . :: . .IsReadOnly (Se hereda de Dictionary< (Of < ( <'String, String> ) > ) >).
Implementación de interfaces explícitasPropiedad privada ICollection. . :: . .IsSynchronized (Se hereda de Dictionary< (Of < ( <'String, String> ) > ) >).
Implementación de interfaces explícitasPropiedad privada IDictionary. . :: . .Item (Se hereda de Dictionary< (Of < ( <'String, String> ) > ) >).
Implementación de interfaces explícitasPropiedad privada IDictionary< (Of < <' (TKey, TValue> ) > > ). . :: . .Keys (Se hereda de Dictionary< (Of < ( <'String, String> ) > ) >).
Implementación de interfaces explícitasPropiedad privada IDictionary. . :: . .Keys (Se hereda de Dictionary< (Of < ( <'String, String> ) > ) >).
Implementación de interfaces explícitasMétodo privado ICollection< (Of < <' (KeyValuePair< (Of < <' (TKey, TValue> ) > > )> ) > > ). . :: . .Remove (Se hereda de Dictionary< (Of < ( <'String, String> ) > ) >).
Implementación de interfaces explícitasMétodo privado IDictionary. . :: . .Remove (Se hereda de Dictionary< (Of < ( <'String, String> ) > ) >).
Implementación de interfaces explícitasPropiedad privada ICollection. . :: . .SyncRoot (Se hereda de Dictionary< (Of < ( <'String, String> ) > ) >).
Implementación de interfaces explícitasPropiedad privada IDictionary< (Of < <' (TKey, TValue> ) > > ). . :: . .Values (Se hereda de Dictionary< (Of < ( <'String, String> ) > ) >).
Implementación de interfaces explícitasPropiedad privada IDictionary. . :: . .Values (Se hereda de Dictionary< (Of < ( <'String, String> ) > ) >).

Principio