Condividi tramite


Proprietà AdoDotNetConnectionProperties.Keys

Ottiene tutte le proprietà che fanno parte della stringa di connessione dati.

Spazio dei nomi:  Microsoft.VisualStudio.Data.Framework.AdoDotNet
Assembly:  Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)

Sintassi

'Dichiarazione
Public Overridable ReadOnly Property Keys As ICollection(Of String)
public virtual ICollection<string> Keys { get; }
public:
virtual property ICollection<String^>^ Keys {
    ICollection<String^>^ get ();
}
abstract Keys : ICollection<string> with get 
override Keys : ICollection<string> with get
function get Keys () : ICollection<String>

Valore proprietà

Tipo: ICollection<String>
Proprietà di connessione della raccolta di dati.

Implementa

IDictionary.Keys

Sicurezza di .NET Framework

Vedere anche

Riferimenti

AdoDotNetConnectionProperties Classe

Spazio dei nomi Microsoft.VisualStudio.Data.Framework.AdoDotNet