Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Retrieves a DataConnectionProperties object for populating and persisting the contents of a connection-related user interface (UI) control.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Protected ReadOnly Property ConnectionProperties As DataConnectionProperties
protected DataConnectionProperties ConnectionProperties { get; }
protected:
property DataConnectionProperties^ ConnectionProperties {
DataConnectionProperties^ get ();
}
member ConnectionProperties : DataConnectionProperties with get
function get ConnectionProperties () : DataConnectionProperties
Property Value
Type: Microsoft.VisualStudio.Data.DataConnectionProperties
Returns a DataConnectionProperties object instance for populating a UI control.
.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.