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 SoapPayload object that is the parent of the SoapPayloadMethodCollection object.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Property Parent As SoapPayload
Get
'Usage
Dim instance As SoapPayloadMethodCollection
Dim value As SoapPayload
value = instance.Parent
public SoapPayload Parent { get; }
public:
property SoapPayload^ Parent {
SoapPayload^ get ();
}
member Parent : SoapPayload
function get Parent () : SoapPayload
Property Value
Type: Microsoft.SqlServer.Management.Smo.SoapPayload
A SoapPayload object that is the parent of the SoapPayloadMethodCollection object.