SQL Tools Service
Show / Hide Table of Contents
Improve this Doc View Source

Class ListDatabasesResponse

Message format for the list databases response

Inheritance
System.Object
ListDatabasesResponse
Namespace:Microsoft.SqlTools.ServiceLayer.Connection.Contracts
Assembly:Microsoft.SqlTools.ServiceLayer.dll
Syntax
public class ListDatabasesResponse

Properties

| Improve this Doc View Source

DatabaseNames

Gets or sets the list of database names.

Declaration
public string[] DatabaseNames { get; set; }
Type Description
System.String[]
  • Improve this Doc
  • View Source

© Microsoft  //  Generated with DocFX