Aracılığıyla paylaş


DatabaseFileMappingsDictionary Members

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.

The following tables list the members exposed by the DatabaseFileMappingsDictionary type.

Public Constructors

  Name Description
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.

Top

Public Properties

  Name Description
Bb153881.pubproperty(tr-tr,SQL.100).gif Comparer  (inherited from Dictionary )
Bb153881.pubproperty(tr-tr,SQL.100).gif Count  (inherited from Dictionary )
Bb153881.pubproperty(tr-tr,SQL.100).gif Item Returns the database file mapping information for the specified source file.
Bb153881.pubproperty(tr-tr,SQL.100).gif Keys  (inherited from Dictionary )
Bb153881.pubproperty(tr-tr,SQL.100).gif Values  (inherited from Dictionary )

Top

Public Methods

(see also Protected Methods )

  Name Description
Bb153881.pubmethod(tr-tr,SQL.100).gif Add Overloaded. Adds the specified database source file path and its associated database target file path to the dictionary.
Bb153881.pubmethod(tr-tr,SQL.100).gif Clear  (inherited from Dictionary )
Bb153881.pubmethod(tr-tr,SQL.100).gif ContainsKey Overloaded. Determines whether this dictionary contains the specified database source file path.
Bb153881.pubmethod(tr-tr,SQL.100).gif ContainsValue  (inherited from Dictionary )
Bb153881.pubmethod(tr-tr,SQL.100).gif Equals  Overloaded. (inherited from Object )
Bb153881.pubmethod(tr-tr,SQL.100).gif GetEnumerator  (inherited from Dictionary )
Bb153881.pubmethod(tr-tr,SQL.100).gif GetHashCode  (inherited from Object )
Bb153881.pubmethod(tr-tr,SQL.100).gif GetObjectData  (inherited from Dictionary )
Bb153881.pubmethod(tr-tr,SQL.100).gif GetType  (inherited from Object )
Bb153881.pubmethod(tr-tr,SQL.100).gif OnDeserialization  (inherited from Dictionary )
Bb153881.pubmethod(tr-tr,SQL.100).gifBb153881.static(tr-tr,SQL.100).gif ReferenceEquals  (inherited from Object )
Bb153881.pubmethod(tr-tr,SQL.100).gif Remove  (inherited from Dictionary )
Bb153881.pubmethod(tr-tr,SQL.100).gif ToString  (inherited from Object )
Bb153881.pubmethod(tr-tr,SQL.100).gif TryGetValue  (inherited from Dictionary )

Top

Protected Methods

  Name Description
Bb153881.protmethod(tr-tr,SQL.100).gif Finalize  (inherited from Object )
Bb153881.protmethod(tr-tr,SQL.100).gif MemberwiseClone  (inherited from Object )

Top

Explicit Interface Implementations

  Name Description
System.Collections.Generic.ICollection.Add  (inherited from Dictionary )
System.Collections.Generic.ICollection.Contains  (inherited from Dictionary )
System.Collections.Generic.ICollection.CopyTo  (inherited from Dictionary )
System.Collections.Generic.ICollection.Remove  (inherited from Dictionary )
System.Collections.Generic.IEnumerable.GetEnumerator  (inherited from Dictionary )
System.Collections.ICollection.CopyTo  (inherited from Dictionary )
System.Collections.IDictionary.Add  (inherited from Dictionary )
System.Collections.IDictionary.Contains  (inherited from Dictionary )
System.Collections.IDictionary.GetEnumerator  (inherited from Dictionary )
System.Collections.IDictionary.Remove  (inherited from Dictionary )
System.Collections.IEnumerable.GetEnumerator  (inherited from Dictionary )
System.Collections.Generic.ICollection.IsReadOnly  (inherited from Dictionary )
System.Collections.Generic.IDictionary.Keys  (inherited from Dictionary )
System.Collections.Generic.IDictionary.Values  (inherited from Dictionary )
System.Collections.ICollection.IsSynchronized  (inherited from Dictionary )
System.Collections.ICollection.SyncRoot  (inherited from Dictionary )
System.Collections.IDictionary.IsFixedSize  (inherited from Dictionary )
System.Collections.IDictionary.IsReadOnly  (inherited from Dictionary )
System.Collections.IDictionary.Item  (inherited from Dictionary )
System.Collections.IDictionary.Keys  (inherited from Dictionary )
System.Collections.IDictionary.Values  (inherited from Dictionary )

Top