对终结点建模。
命名空间: Microsoft.Data.Schema.Sql.SchemaModel
程序集: Microsoft.Data.Schema.Sql(在 Microsoft.Data.Schema.Sql.dll 中)
语法
声明
Public Interface ISql90Endpoint _
Inherits IModelNamed, ISqlSecurable, ISqlModelElement, IScriptSourcedModelElement, _
IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
public interface ISql90Endpoint : IModelNamed,
ISqlSecurable, ISqlModelElement, IScriptSourcedModelElement, IModelElement, IModelPropertyContainer,
IModelEntity, IModelAnnotationHolder
public interface class ISql90Endpoint : IModelNamed,
ISqlSecurable, ISqlModelElement, IScriptSourcedModelElement, IModelElement, IModelPropertyContainer,
IModelEntity, IModelAnnotationHolder
type ISql90Endpoint =
interface
interface IModelNamed
interface ISqlSecurable
interface ISqlModelElement
interface IScriptSourcedModelElement
interface IModelElement
interface IModelPropertyContainer
interface IModelEntity
interface IModelAnnotationHolder
end
public interface ISql90Endpoint extends IModelNamed, ISqlSecurable, ISqlModelElement, IScriptSourcedModelElement, IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
ISql90Endpoint 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
![]() |
AuthorizationLogin | 获取或设置拥有该终结点的登录名。 |
![]() |
ElementClass | 获取元素的元数据类。 (继承自 IModelElement。) |
![]() |
Model | 获取模型引用。 (继承自 IModelEntity。) |
![]() |
Name | 获取或设置元素的名称。 (继承自 IModelElement。) |
![]() |
Payload | 获取或设置终结点所处理的负载类型。 |
![]() |
PayloadSpecifier | 获取或设置语言参数。 |
![]() |
Permissions | 获取应用到此对象的权限的列表。 (继承自 ISqlSecurable。) |
![]() |
PrimarySource | 获取有关元素的主要源的信息。 (继承自 IScriptSourcedModelElement。) |
![]() |
Protocol | 获取或设置终结点所处理的协议。 |
![]() |
ProtocolSpecifier | 获取或设置协议参数。 |
![]() |
ResolutionStatus | 获取或设置模型元素解析状态的值。 (继承自 IModelElement。) |
![]() |
SecondarySources | 获取元素的辅助源的列表。 (继承自 IScriptSourcedModelElement。) |
![]() |
SourceCodePositions | 获取用于定义此元素的源的列表。 (继承自 IModelElement。) |
![]() |
State | 获取或设置终结点的状态选项。 |
![]() |
ValidationStatus | 获取或设置模型元素验证状态的值。 (继承自 IModelElement。) |
页首
方法
页首