Proprietà SqlMethod
Gets the name of stored procedure or user-defined function that is bound to the SOAP payload method.
Spazio dei nomi Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public ReadOnly Property SqlMethod As String
Get
'Utilizzo
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
Valore proprietà
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.
Vedere anche