OleDbPermission.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
This property has been marked as obsolete. Setting this property will have no effect.
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
This property has been marked as obsolete. Setting this property will have no effect.
- Attributes
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.