SoapPayloadMethod.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(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property SqlMethod As String 
    Get
用法
Dim instance As SoapPayloadMethod 
Dim value As String 

value = instance.SqlMethod
[SfcPropertyAttribute(SfcPropertyFlags.Standalone)]
public string SqlMethod { get; }
[SfcPropertyAttribute(SfcPropertyFlags::Standalone)]
public:
property String^ SqlMethod {
    String^ get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.Standalone)>]
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.

示例

实现端点

请参阅

参考

SoapPayloadMethod 类

Microsoft.SqlServer.Management.Smo 命名空间