Classe 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.
Hierarquia de herança
System.Object
System.Collections.Generic.Dictionary<String, String>
Microsoft.SqlServer.Management.Smo.DatabaseFileMappingsDictionary
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
<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>
O tipo DatabaseFileMappingsDictionary expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
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. |
Início
Propriedades
Nome | Descrição | |
---|---|---|
Comparer | (Herdado de Dictionary<String, String>.) | |
Count | (Herdado de Dictionary<String, String>.) | |
Item | Returns the database file mapping information for the specified source file. | |
Keys | (Herdado de Dictionary<String, String>.) | |
Values | (Herdado de Dictionary<String, String>.) |
Início
Métodos
Nome | Descrição | |
---|---|---|
Add | Adds the specified database source file path and its associated database target file path to the dictionary. | |
Clear | (Herdado de Dictionary<String, String>.) | |
ContainsKey | Determines whether this dictionary contains the specified database source file path. | |
ContainsValue | (Herdado de Dictionary<String, String>.) | |
Equals | (Herdado de Object.) | |
GetEnumerator | (Herdado de Dictionary<String, String>.) | |
GetHashCode | (Herdado de Object.) | |
GetObjectData | Segurança crítica. (Herdado de Dictionary<String, String>.) | |
GetType | (Herdado de Object.) | |
OnDeserialization | (Herdado de Dictionary<String, String>.) | |
Remove | (Herdado de Dictionary<String, String>.) | |
ToString | (Herdado de Object.) | |
TryGetValue | (Herdado de Dictionary<String, String>.) |
Início
Implementações de interfaces explícitas
Início
Segurança de thread
Qualquer membro público static (Shared no Visual Basic) desse tipo é seguro para threads. Não há garantia de que qualquer membro de instância seja seguro para threads.