共用方式為


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 命名空間