Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property Description As String
Get
'Usage
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
Eigenschaftswert
Typ: System.String
A String value that contains a textual description of the OLE DB provider.
Beispiele
Verwenden von Verbindungsservern in SMO