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
매개 변수
- typeSpecifier
형식: Microsoft.Data.Schema.Sql.SchemaModel.ISqlTypeSpecifier
이름이 반환될 형식 지정자입니다.
- escape
형식: System.Boolean
기본적으로 괄호를 사용하여 이름이 이스케이프되는지 여부를 나타내는 값입니다.이것은 기본 클래스에서는 무시되지만 파생 클래스에서 사용될 수 있습니다.
- fullName
형식: System.Boolean
전체 이름이 반환되는지 여부를 나타내는 값입니다.이것은 기본 클래스에서는 무시되지만 파생 클래스에서 사용될 수 있습니다.
- includeType
형식: System.Boolean
형식을 이름의 일부로 반환해야 하는지 여부를 나타내는 값입니다.이것은 기본 클래스에서는 무시되지만 파생 클래스에서 사용될 수 있습니다.
반환 값
형식: System.String
.NET Framework 보안
- 직접 실행 호출자의 경우 완전히 신뢰합니다. 이 멤버는 부분적으로 신뢰할 수 있는 코드에서 사용할 수 없습니다. 자세한 내용은 부분 신뢰 코드에서 라이브러리 사용을 참조하십시오.