Compartir a través de


ISqlLinkedServer.ProviderString (Propiedad)

Obtiene o establece la cadena de conexión específica del proveedor.

Espacio de nombres:  Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado:  Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)

Sintaxis

'Declaración
Property ProviderString As String
    Get
    Set
string ProviderString { get; set; }
property String^ ProviderString {
    String^ get ();
    void set (String^ value);
}
abstract ProviderString : string with get, set
function get ProviderString () : String
function set ProviderString (value : String)

Valor de propiedad

Tipo: System.String

Seguridad de .NET Framework

Vea también

Referencia

ISqlLinkedServer Interfaz

Microsoft.Data.Schema.Sql.SchemaModel (Espacio de nombres)