Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets an IQueryProvider value.
Namespace: Microsoft.SqlServer.XEvent.Linq
Assembly: Microsoft.SqlServer.XEvent.Linq (in Microsoft.SqlServer.XEvent.Linq.dll)
Syntax
'Declaration
Public ReadOnly Property Provider As IQueryProvider
Get
'Usage
Dim instance As QueryableXEventData
Dim value As IQueryProvider
value = instance.Provider
public IQueryProvider Provider { get; }
public:
virtual property IQueryProvider^ Provider {
IQueryProvider^ get () sealed;
}
abstract Provider : IQueryProvider
override Provider : IQueryProvider
final function get Provider () : IQueryProvider
Property Value
Type: System.Linq.IQueryProvider
An IQueryProvider value.