SoapMethod.Name Property
SQL Server 2012
Gets or sets the name of a stored procedure or user-defined function that corresponds to the SOAP method.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
'Declaration Public Property Name As Literal Get Set 'Usage Dim instance As SoapMethod Dim value As Literal value = instance.Name instance.Name = value
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.LiteralThe name of a stored procedure or user-defined function that corresponds to the SOAP method.
