对终结点使用 HTTP 协议的情况建模。
命名空间:  Microsoft.Data.Schema.Sql.SchemaModel
程序集:  Microsoft.Data.Schema.Sql(在 Microsoft.Data.Schema.Sql.dll 中)
语法
声明
Public Interface ISql90HttpProtocolSpecifier _
    Inherits ISql90ProtocolSpecifier, ISqlModelElement, IScriptSourcedModelElement, IModelElement,  _
    IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
public interface ISql90HttpProtocolSpecifier : ISql90ProtocolSpecifier, 
    ISqlModelElement, IScriptSourcedModelElement, IModelElement, IModelPropertyContainer, IModelEntity, 
    IModelAnnotationHolder
public interface class ISql90HttpProtocolSpecifier : ISql90ProtocolSpecifier, 
    ISqlModelElement, IScriptSourcedModelElement, IModelElement, IModelPropertyContainer, IModelEntity, 
    IModelAnnotationHolder
type ISql90HttpProtocolSpecifier =  
    interface
        interface ISql90ProtocolSpecifier
        interface ISqlModelElement
        interface IScriptSourcedModelElement
        interface IModelElement
        interface IModelPropertyContainer
        interface IModelEntity
        interface IModelAnnotationHolder
    end
public interface ISql90HttpProtocolSpecifier extends ISql90ProtocolSpecifier, ISqlModelElement, IScriptSourcedModelElement, IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
ISql90HttpProtocolSpecifier 类型公开以下成员。
属性
| 名称 | 说明 | |
|---|---|---|
| .gif) | AuthenticationMode | 获取或设置身份验证模式。 | 
| .gif) | AuthenticationRealm | 获取或设置一个对 AUTH_REALM 选项建模的值。 | 
| .gif) | ClearPort | 获取或设置一个对 CLEAR_PORT 选项建模的值。 | 
| .gif) | DefaultLogonDomain | 获取或设置一个对 DEFAULT_LOGON_DOMAIN 选项建模的值。 | 
| .gif) | ElementClass | 获取元素的元数据类。 (继承自 IModelElement。) | 
| .gif) | IsCompressionEnabled | 获取或设置一个值,该值指示是否启用压缩。 | 
| .gif) | IsListeningAllNoneReservedSites | 获取或设置一个值,该值指示 SITE 选项是否为“*”。 | 
| .gif) | IsListeningAllSites | 获取或设置一个值,该值指示 SITE 选项是否为“+”。 | 
| .gif) | Model | 获取模型引用。 (继承自 IModelEntity。) | 
| .gif) | Name | 获取或设置元素的名称。 (继承自 IModelElement。) | 
| .gif) | Path | 获取或设置路径。 | 
| .gif) | Ports | 获取或设置端口。 | 
| .gif) | PrimarySource | 获取有关元素的主要源的信息。 (继承自 IScriptSourcedModelElement。) | 
| .gif) | ResolutionStatus | 获取或设置模型元素解析状态的值。 (继承自 IModelElement。) | 
| .gif) | SecondarySources | 获取元素的辅助源的列表。 (继承自 IScriptSourcedModelElement。) | 
| .gif) | SourceCodePositions | 获取用于定义此元素的源的列表。 (继承自 IModelElement。) | 
| .gif) | SslPort | 获取或设置一个对 SSL_PORT 选项建模的值。 | 
| .gif) | ValidationStatus | 获取或设置模型元素验证状态的值。 (继承自 IModelElement。) | 
| .gif) | Website | 获取或设置主机的名称。 | 
页首
方法
页首
.gif)