Partager via


Propriété SoapMethod.Name

Gets or sets the name of a stored procedure or user-defined function that corresponds to the SOAP method.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public Property Name As Literal 
    Get 
    Set
'Utilisation
Dim instance As SoapMethod 
Dim value As Literal 

value = instance.Name

instance.Name = value
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.SqlServer.TransactSql.ScriptDom.Literal
The name of a stored procedure or user-defined function that corresponds to the SOAP method.

Voir aussi

Référence

SoapMethod Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom