OleDbProviderSettings.Description Property

Gets a textual description of the OLE DB provider.

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Syntax

'Declaration
<SfcPropertyAttribute> _
Public ReadOnly Property Description As String
    Get
'Usage
Dim instance As OleDbProviderSettings
Dim value As String

value = instance.Description
[SfcPropertyAttribute]
public string Description { get; }
[SfcPropertyAttribute]
public:
property String^ Description {
    String^ get ();
}
[<SfcPropertyAttribute>]
member Description : string
function get Description () : String

Property Value

Type: System.String
A String value that contains a textual description of the OLE DB provider.