Partager via


SoapMethod.Name, propriété

Obtient ou définit le nom d'une procédure stockée ou fonction définie par l'utilisateur qui correspond à la méthode SOAP.

Espace de noms :  Microsoft.Data.Schema.ScriptDom.Sql
Assembly :  Microsoft.Data.Schema.ScriptDom.Sql (dans Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

'Déclaration
Public Property Name As Literal
    Get
    Set
public Literal Name { get; set; }
public:
property Literal^ Name {
    Literal^ get ();
    void set (Literal^ value);
}
member Name : Literal with get, set
function get Name () : Literal
function set Name (value : Literal)

Valeur de propriété

Type : Microsoft.Data.Schema.ScriptDom.Sql.Literal

Sécurité .NET Framework

Voir aussi

Référence

SoapMethod Classe

Microsoft.Data.Schema.ScriptDom.Sql, espace de noms