Свойство SqlMethod
Gets the name of stored procedure or user-defined function that is bound to the SOAP payload method.
Пространство имен: Microsoft.SqlServer.Management.Smo
Сборка: Microsoft.SqlServer.Smo (в Microsoft.SqlServer.Smo.dll)
Синтаксис
'Декларация
<SfcPropertyAttribute> _
Public ReadOnly Property SqlMethod As String
Get
'Применение
Dim instance As SoapPayloadMethod
Dim value As String
value = instance.SqlMethod
[SfcPropertyAttribute]
public string SqlMethod { get; }
[SfcPropertyAttribute]
public:
property String^ SqlMethod {
String^ get ();
}
[<SfcPropertyAttribute>]
member SqlMethod : string
function get SqlMethod () : String
Значение свойства
Тип System. . :: . .String
A String value that specifies the name of the stored procedure or user-defined function that is bound to the SOAP payload method.