Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Retrieves the unique identifier of the underlying technology used by the provider, if any.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property Technology As Guid
Get
public abstract Guid Technology { get; }
public:
virtual property Guid Technology {
Guid get () abstract;
}
abstract Technology : Guid
abstract function get Technology () : Guid
Property Value
Type: System.Guid
Returns a GUID object instance providing a unique identifier for the underlying technology used by the DDEX provider, if any; returns nulla null reference (Nothing in Visual Basic) if none provided.
Remarks
A DDEX provider is often built on some other data source technology, such as ADO.NET, OLE DB or ODBC. By providing a value for this property, a data provider can allow clients that understand the underlying technology to access more specific features that are not exposed through DDEX.
There are presently three underlying technologies defined; of these, only the ADO.NET is currently in use:
ADO.NET
OLE DB
ODBC
.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.