DataProvider.Technology Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the unique identifier of the underlying technology used by the provider, if any.
public:
abstract property Guid Technology { Guid get(); };
public abstract Guid Technology { get; }
member this.Technology : Guid
Public MustOverride ReadOnly Property Technology As Guid
Property Value
Returns a GUID object instance providing a unique identifier for the underlying technology used by the DDEX provider, if any; returns null if none provided.