ISql90Service.Contracts 属性

获取此服务可能是其目标的协定的列表。

命名空间:  Microsoft.Data.Schema.Sql.SchemaModel
程序集:  Microsoft.Data.Schema.Sql(在 Microsoft.Data.Schema.Sql.dll 中)

语法

声明
ReadOnly Property Contracts As IList(Of ISql90Contract)
    Get
IList<ISql90Contract> Contracts { get; }
property IList<ISql90Contract^>^ Contracts {
    IList<ISql90Contract^>^ get ();
}
abstract Contracts : IList<ISql90Contract>
function get Contracts () : IList<ISql90Contract>

属性值

类型:System.Collections.Generic.IList<ISql90Contract>

.NET Framework 安全性

请参见

参考

ISql90Service 接口

Microsoft.Data.Schema.Sql.SchemaModel 命名空间