Propriedade ISql90SoapMethodSpecification.WebMethodAlias

Obtém ou define o nome do método de serviço da Web, como visto por conexões remotas.

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

Sintaxe

'Declaração
Property WebMethodAlias As String
    Get
    Set
string WebMethodAlias { get; set; }
property String^ WebMethodAlias {
    String^ get ();
    void set (String^ value);
}
abstract WebMethodAlias : string with get, set
function get WebMethodAlias () : String
function set WebMethodAlias (value : String)

Valor de propriedade

Tipo: System.String

Segurança do .NET Framework

Consulte também

Referência

ISql90SoapMethodSpecification Interface

Namespace Microsoft.Data.Schema.Sql.SchemaModel