对路由建模。
命名空间: Microsoft.Data.Schema.Sql.SchemaModel
程序集: Microsoft.Data.Schema.Sql(在 Microsoft.Data.Schema.Sql.dll 中)
语法
声明
Public Interface ISql90Route _
Inherits IModelNamed, ISqlExtendedPropertyHost, ISqlSecurable, ISql90AuthorizedObject, _
ISqlAuthorizedObject, ISqlModelElement, IScriptSourcedModelElement, IModelElement, IModelPropertyContainer, _
IModelEntity, IModelAnnotationHolder
public interface ISql90Route : IModelNamed,
ISqlExtendedPropertyHost, ISqlSecurable, ISql90AuthorizedObject, ISqlAuthorizedObject, ISqlModelElement,
IScriptSourcedModelElement, IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
public interface class ISql90Route : IModelNamed,
ISqlExtendedPropertyHost, ISqlSecurable, ISql90AuthorizedObject, ISqlAuthorizedObject, ISqlModelElement,
IScriptSourcedModelElement, IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
type ISql90Route =
interface
interface IModelNamed
interface ISqlExtendedPropertyHost
interface ISqlSecurable
interface ISql90AuthorizedObject
interface ISqlAuthorizedObject
interface ISqlModelElement
interface IScriptSourcedModelElement
interface IModelElement
interface IModelPropertyContainer
interface IModelEntity
interface IModelAnnotationHolder
end
public interface ISql90Route extends IModelNamed, ISqlExtendedPropertyHost, ISqlSecurable, ISql90AuthorizedObject, ISqlAuthorizedObject, ISqlModelElement, IScriptSourcedModelElement, IModelElement, IModelPropertyContainer, IModelEntity, IModelAnnotationHolder
ISql90Route 类型公开以下成员。
属性
名称 | 说明 | |
---|---|---|
![]() |
Address | 获取或设置此路由的网络地址。 |
![]() |
Authorizer | 获取或设置对象的所有者。 (继承自 ISql90AuthorizedObject。) |
![]() |
Authorizer | 获取或设置此对象的授权方。 (继承自 ISqlAuthorizedObject。) |
![]() |
BrokerInstanceIdentifier | 获取或设置承载目标服务的远程服务器的名称。 |
![]() |
ElementClass | 获取元素的元数据类。 (继承自 IModelElement。) |
![]() |
ExtendedProperties | 获取此对象的扩展属性的列表。 (继承自 ISqlExtendedPropertyHost。) |
![]() |
Lifetime | 获取或设置在路由表中保留路由的时间(以秒为单位)。 |
![]() |
MirrorAddress | 获取或设置在 Address 属性承载一个镜像数据库的镜像数据库的网络地址。 |
![]() |
Model | 获取模型引用。 (继承自 IModelEntity。) |
![]() |
Name | 获取或设置元素的名称。 (继承自 IModelElement。) |
![]() |
Permissions | 获取应用到此对象的权限的列表。 (继承自 ISqlSecurable。) |
![]() |
PrimarySource | 获取有关元素的主要源的信息。 (继承自 IScriptSourcedModelElement。) |
![]() |
ResolutionStatus | 获取或设置模型元素解析状态的值。 (继承自 IModelElement。) |
![]() |
SecondarySources | 获取元素的辅助源的列表。 (继承自 IScriptSourcedModelElement。) |
![]() |
Service | 获取或设置路由指向的远程服务的名称。 |
![]() |
SourceCodePositions | 获取用于定义此元素的源的列表。 (继承自 IModelElement。) |
![]() |
ValidationStatus | 获取或设置模型元素验证状态的值。 (继承自 IModelElement。) |
页首
方法
页首