Compartir a través de


Clase 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.

Jerarquía de herencia

System.Object
  System.Collections.Generic.Dictionary<String, String>
    Microsoft.SqlServer.Management.Smo.DatabaseFileMappingsDictionary

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<ComVisibleAttribute(False)> _
Public NotInheritable Class DatabaseFileMappingsDictionary _
    Inherits Dictionary(Of String, String)
'Uso
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>

El tipo DatabaseFileMappingsDictionary expone los siguientes miembros.

Constructores

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

Arriba

Propiedades

  Nombre Descripción
Propiedad pública Comparer (Se hereda de Dictionary<String, String>.)
Propiedad pública Count (Se hereda de Dictionary<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<String, String>.)
Propiedad pública Values (Se hereda de Dictionary<String, String>.)

Arriba

Métodos

  Nombre Descripción
Método público Add Adds the specified database source file path and its associated database target file path to the dictionary.
Método público Clear (Se hereda de Dictionary<String, String>.)
Método público ContainsKey Determines whether this dictionary contains the specified database source file path.
Método público ContainsValue (Se hereda de Dictionary<String, String>.)
Método público Equals (Se hereda de Object.)
Método público GetEnumerator (Se hereda de Dictionary<String, String>.)
Método público GetHashCode (Se hereda de Object.)
Método público GetObjectData Importante para la seguridad. (Se hereda de Dictionary<String, String>.)
Método público GetType (Se hereda de Object.)
Método público OnDeserialization (Se hereda de Dictionary<String, String>.)
Método público Remove (Se hereda de Dictionary<String, String>.)
Método público ToString (Se hereda de Object.)
Método público TryGetValue (Se hereda de Dictionary<String, String>.)

Arriba

Implementaciones de interfaces explícitas

  Nombre Descripción
Implementación de interfaces explícitasMétodo privado ICollection<KeyValuePair<TKey, TValue>>.Add (Se hereda de Dictionary<String, String>.)
Implementación de interfaces explícitasMétodo privado IDictionary.Add (Se hereda de Dictionary<String, String>.)
Implementación de interfaces explícitasMétodo privado ICollection<KeyValuePair<TKey, TValue>>.Contains (Se hereda de Dictionary<String, String>.)
Implementación de interfaces explícitasMétodo privado IDictionary.Contains (Se hereda de Dictionary<String, String>.)
Implementación de interfaces explícitasMétodo privado ICollection<KeyValuePair<TKey, TValue>>.CopyTo (Se hereda de Dictionary<String, String>.)
Implementación de interfaces explícitasMétodo privado ICollection.CopyTo (Se hereda de Dictionary<String, String>.)
Implementación de interfaces explícitasMétodo privado IEnumerable<KeyValuePair<TKey, TValue>>.GetEnumerator (Se hereda de Dictionary<String, String>.)
Implementación de interfaces explícitasMétodo privado IEnumerable.GetEnumerator (Se hereda de Dictionary<String, String>.)
Implementación de interfaces explícitasMétodo privado IDictionary.GetEnumerator (Se hereda de Dictionary<String, String>.)
Implementación de interfaces explícitasPropiedad privada IDictionary.IsFixedSize (Se hereda de Dictionary<String, String>.)
Implementación de interfaces explícitasPropiedad privada ICollection<KeyValuePair<TKey, TValue>>.IsReadOnly (Se hereda de Dictionary<String, String>.)
Implementación de interfaces explícitasPropiedad privada IDictionary.IsReadOnly (Se hereda de Dictionary<String, String>.)
Implementación de interfaces explícitasPropiedad privada ICollection.IsSynchronized (Se hereda de Dictionary<String, String>.)
Implementación de interfaces explícitasPropiedad privada IDictionary.Item (Se hereda de Dictionary<String, String>.)
Implementación de interfaces explícitasPropiedad privada IDictionary<TKey, TValue>.Keys (Se hereda de Dictionary<String, String>.)
Implementación de interfaces explícitasPropiedad privada System#Collections#Generic#IReadOnlyDictionary{TKey@TValue}#Keys (Se hereda de Dictionary<String, String>.)
Implementación de interfaces explícitasPropiedad privada IDictionary.Keys (Se hereda de Dictionary<String, String>.)
Implementación de interfaces explícitasMétodo privado ICollection<KeyValuePair<TKey, TValue>>.Remove (Se hereda de Dictionary<String, String>.)
Implementación de interfaces explícitasMétodo privado IDictionary.Remove (Se hereda de Dictionary<String, String>.)
Implementación de interfaces explícitasPropiedad privada ICollection.SyncRoot (Se hereda de Dictionary<String, String>.)
Implementación de interfaces explícitasPropiedad privada IDictionary<TKey, TValue>.Values (Se hereda de Dictionary<String, String>.)
Implementación de interfaces explícitasPropiedad privada System#Collections#Generic#IReadOnlyDictionary{TKey@TValue}#Values (Se hereda de Dictionary<String, String>.)
Implementación de interfaces explícitasPropiedad privada IDictionary.Values (Se hereda de Dictionary<String, String>.)

Arriba

Seguridad para subprocesos

Cualquier miembro público static (Shared en Visual Basic) de este tipo es seguro para subprocesos. No se garantiza que los miembros de instancia sean seguros para subprocesos.

Vea también

Referencia

Espacio de nombres Microsoft.SqlServer.Management.Smo