ISql90SoapLanguageSpecifier.WebMethods 属性

获取终结点的方法列表。

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

语法

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

属性值

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

.NET Framework 安全性

请参见

参考

ISql90SoapLanguageSpecifier 接口

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