Partilhar via


Propriedade ISqlLinkedServer.Catalog

Obtém ou define o catálogo inicial a ser usado quando uma conexão remota é estabelecida.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (em Microsoft.Data.Schema.Sql.dll)

Sintaxe

'Declaração
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 propriedade

Tipo: System.String

Segurança do .NET Framework

Consulte também

Referência

ISqlLinkedServer Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel