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


SqlUserInteractionServices.GetTypeSpecifierName - метод

Получает имя указанного описателя типа.

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

Синтаксис

'Декларация
Protected Overridable Function GetTypeSpecifierName ( _
    typeSpecifier As ISqlTypeSpecifier, _
    escape As Boolean, _
    fullName As Boolean, _
    includeType As Boolean _
) As String
protected virtual string GetTypeSpecifierName(
    ISqlTypeSpecifier typeSpecifier,
    bool escape,
    bool fullName,
    bool includeType
)
protected:
virtual String^ GetTypeSpecifierName(
    ISqlTypeSpecifier^ typeSpecifier, 
    bool escape, 
    bool fullName, 
    bool includeType
)
abstract GetTypeSpecifierName : 
        typeSpecifier:ISqlTypeSpecifier * 
        escape:bool * 
        fullName:bool * 
        includeType:bool -> string 
override GetTypeSpecifierName : 
        typeSpecifier:ISqlTypeSpecifier * 
        escape:bool * 
        fullName:bool * 
        includeType:bool -> string 
protected function GetTypeSpecifierName(
    typeSpecifier : ISqlTypeSpecifier, 
    escape : boolean, 
    fullName : boolean, 
    includeType : boolean
) : String

Параметры

  • escape
    Тип: System.Boolean
    Значение, указывающее, подлежит ли имя преобразованию в escape-последовательность (по умолчанию с использованием скобок).В данном базовом классе это игнорируется, но может использоваться в производных классах.
  • fullName
    Тип: System.Boolean
    Значение, указывающее, будет ли возвращаться полное имя.В данном базовом классе это игнорируется, но может использоваться в производных классах.
  • includeType
    Тип: System.Boolean
    Значение, указывающее, следует ли возвращать тип как часть имени.В данном базовом классе это игнорируется, но может использоваться в производных классах.

Возвращаемое значение

Тип: System.String

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

См. также

Ссылки

SqlUserInteractionServices Класс

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