Proprietà ISqlLinkedServer.Catalog

Ottiene o imposta il catalogo iniziale da utilizzare quando viene stabilita una connessione remota.

Spazio dei nomi:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: System.String

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ISqlLinkedServer Interfaccia

Spazio dei nomi Microsoft.Data.Schema.Sql.SchemaModel