Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Retrieves the data connection used to retrieve data source properties.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Protected ReadOnly Property Connection As DataConnection
protected DataConnection Connection { get; }
protected:
property DataConnection^ Connection {
DataConnection^ get ();
}
member Connection : DataConnection with get
function get Connection () : DataConnection
Property Value
Type: Microsoft.VisualStudio.Data.DataConnection
Returns the data connection used to retrieve data source properties.
Remarks
This value will be nulla null reference (Nothing in Visual Basic) if the instance was not initialized with a data connection.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.