Compartir a través de


SoapPayloadMethod.SqlMethod Propiedad

Gets the name of stored procedure or user-defined function that is bound to the SOAP payload method.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property SqlMethod As String 
    Get
'Uso
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

Valor de la propiedad

Tipo: 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.

Ejemplos

Implementar extremos

Vea también

Referencia

SoapPayloadMethod Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo