Свойство SoapMethod.Name

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

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
Public Property Name As Literal 
    Get 
    Set
'Применение
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)

Значение свойства

Тип: Microsoft.SqlServer.TransactSql.ScriptDom.Literal
The name of a stored procedure or user-defined function that corresponds to the SOAP method.

См. также

Справочник

SoapMethod Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom