共用方式為


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 命名空間