Compartir a través de


OleDbProviderSettings.Description Propiedad

Gets a textual description of the OLE DB provider.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property Description As String 
    Get
'Uso
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

Valor de la propiedad

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

Ejemplos

Utilizar servidores vinculados en SMO

Vea también

Referencia

OleDbProviderSettings Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo