DbConnectionStringBuilder.Values Özellik

Tanım

içindeki ICollectiondeğerleri içeren bir DbConnectionStringBuilder alır.

public:
 virtual property System::Collections::ICollection ^ Values { System::Collections::ICollection ^ get(); };
public virtual System.Collections.ICollection Values { get; }
[System.ComponentModel.Browsable(false)]
public virtual System.Collections.ICollection Values { get; }
member this.Values : System.Collections.ICollection
[<System.ComponentModel.Browsable(false)>]
member this.Values : System.Collections.ICollection
Public Overridable ReadOnly Property Values As ICollection

Özellik Değeri

ICollection içindeki DbConnectionStringBuilderdeğerleri içeren bir.

Uygulamalar

Öznitelikler

Açıklamalar

içindeki ICollection değerlerin sırası belirtilmez, ancak yöntemi tarafından ICollection döndürülen içindeki ilişkili anahtarlarla Keys aynı sıradadır.

Döndürülen ICollection , statik bir kopya değildir; bunun yerine, ICollection özgün DbConnectionStringBuilderiçindeki değerlere geri başvurur. Bu nedenle, 'de DbConnectionStringBuilder yapılan değişiklikler öğesine ICollectionyansıtılır.

Şunlara uygulanır

Ayrıca bkz.