Partager via


ISqlLinkedServer.Catalog, propriété

Obtient ou définit le catalogue initial à utiliser lorsqu'une connexion distante est établie.

Espace de noms :  Microsoft.Data.Schema.Sql.SchemaModel
Assembly :  Microsoft.Data.Schema.Sql (dans Microsoft.Data.Schema.Sql.dll)

Syntaxe

'Déclaration
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)

Valeur de propriété

Type : System.String

Sécurité .NET Framework

Voir aussi

Référence

ISqlLinkedServer Interface

Microsoft.Data.Schema.Sql.SchemaModel, espace de noms