Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the SOAP payload.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Property Soap As SoapPayload
Get
'Usage
Dim instance As Payload
Dim value As SoapPayload
value = instance.Soap
public SoapPayload Soap { get; }
public:
property SoapPayload^ Soap {
SoapPayload^ get ();
}
member Soap : SoapPayload
function get Soap () : SoapPayload
Property Value
Type: Microsoft.SqlServer.Management.Smo.SoapPayload
A SoapPayload object that specifies the SOAP payload.
Examples
See Also
Reference
Microsoft.SqlServer.Management.Smo Namespace