OleDbPermissionAttribute.Provider 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.
Caution
Provider property has been deprecated. Use the Add method. http://go.microsoft.com/fwlink/?linkid=14202
Gets or sets a comma-delimited string that contains a list of supported providers.
public:
property System::String ^ Provider { System::String ^ get(); void set(System::String ^ value); };
[System.ComponentModel.Browsable(false)]
public string Provider { get; set; }
public string Provider { get; set; }
[System.ComponentModel.Browsable(false)]
[System.Obsolete("Provider property has been deprecated. Use the Add method. http://go.microsoft.com/fwlink/?linkid=14202")]
public string Provider { get; set; }
[<System.ComponentModel.Browsable(false)>]
member this.Provider : string with get, set
member this.Provider : string with get, set
[<System.ComponentModel.Browsable(false)>]
[<System.Obsolete("Provider property has been deprecated. Use the Add method. http://go.microsoft.com/fwlink/?linkid=14202")>]
member this.Provider : string with get, set
Public Property Provider As String
Property Value
A comma-delimited list of providers allowed by the security policy.
- Attributes
Applies to
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.