Поделиться через


SqlInterpreterConstructor.DefaultSchema - свойство

Получает или задает имя схемы по умолчанию.

Пространство имен:  Microsoft.Data.Schema.Sql.SchemaModel
Сборка:  Microsoft.Data.Schema.Sql (в Microsoft.Data.Schema.Sql.dll)

Синтаксис

'Декларация
Public Property DefaultSchema As String
    Get
    Set
public string DefaultSchema { get; set; }
public:
property String^ DefaultSchema {
    String^ get ();
    void set (String^ value);
}
member DefaultSchema : string with get, set
function get DefaultSchema () : String
function set DefaultSchema (value : String)

Значение свойства

Тип: System.String

Безопасность платформы .NET Framework

См. также

Ссылки

SqlInterpreterConstructor Класс

Microsoft.Data.Schema.Sql.SchemaModel - пространство имен