Freigeben über


ISql90SoapLanguageSpecifier.WebMethods-Eigenschaft

Ruft eine Liste von Methoden für den Endpunkt ab.

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
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>

Eigenschaftswert

Typ: System.Collections.Generic.IList<ISql90SoapMethodSpecification>

.NET Framework-Sicherheit

Siehe auch

Referenz

ISql90SoapLanguageSpecifier Schnittstelle

Microsoft.Data.Schema.Sql.SchemaModel-Namespace