Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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 | |
|---|---|---|
![]() |
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 | |
|---|---|---|
![]() |
Comparer | (Se hereda de Dictionary<String, String>.) |
![]() |
Count | (Se hereda de Dictionary<String, String>.) |
![]() |
Item | Returns the database file mapping information for the specified source file. |
![]() |
Keys | (Se hereda de Dictionary<String, String>.) |
![]() |
Values | (Se hereda de Dictionary<String, String>.) |
Arriba
Métodos
| Nombre | Descripción | |
|---|---|---|
![]() |
Add | Adds the specified database source file path and its associated database target file path to the dictionary. |
![]() |
Clear | (Se hereda de Dictionary<String, String>.) |
![]() |
ContainsKey | Determines whether this dictionary contains the specified database source file path. |
![]() |
ContainsValue | (Se hereda de Dictionary<String, String>.) |
![]() |
Equals | (Se hereda de Object.) |
![]() |
GetEnumerator | (Se hereda de Dictionary<String, String>.) |
![]() |
GetHashCode | (Se hereda de Object.) |
![]() |
GetObjectData | Importante para la seguridad. (Se hereda de Dictionary<String, String>.) |
![]() |
GetType | (Se hereda de Object.) |
![]() |
OnDeserialization | (Se hereda de Dictionary<String, String>.) |
![]() |
Remove | (Se hereda de Dictionary<String, String>.) |
![]() |
ToString | (Se hereda de Object.) |
![]() |
TryGetValue | (Se hereda de Dictionary<String, String>.) |
Arriba
Implementaciones de interfaces explícitas
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.
.gif)
.gif)
.gif)
.gif)
.gif)