Udostępnij przez


Właściwość OleDbProviderSettings.Description

Pobiera opis tekstowy dostawca OLE DB.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Składnia

'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property Description As String
    Get
'Użycie
Dim instance As OleDbProviderSettings
Dim value As String

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

Wartość właściwości

Typ: System.String
A String wartość, która zawiera opis tekstowy dostawca OLE DB.