Compartir a través de


ISqlLinkedServer.Catalog (Propiedad)

Obtiene o establece el catálogo inicial que se va a usar cuando se establezca una conexión remota.

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

Sintaxis

'Declaración
Property Catalog As String
    Get
    Set
string Catalog { get; set; }
property String^ Catalog {
    String^ get ();
    void set (String^ value);
}
abstract Catalog : string with get, set
function get Catalog () : String
function set Catalog (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)