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.