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 or sets the SoapPayload object that is the parent of the SoapPayloadMethod object.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SfcObjectAttribute(SfcObjectRelationship.ParentObject)> _
Public Property Parent As SoapPayload
Get
Set
'Usage
Dim instance As SoapPayloadMethod
Dim value As SoapPayload
value = instance.Parent
instance.Parent = value
[SfcObjectAttribute(SfcObjectRelationship.ParentObject)]
public SoapPayload Parent { get; set; }
[SfcObjectAttribute(SfcObjectRelationship::ParentObject)]
public:
property SoapPayload^ Parent {
SoapPayload^ get ();
void set (SoapPayload^ value);
}
[<SfcObjectAttribute(SfcObjectRelationship.ParentObject)>]
member Parent : SoapPayload with get, set
function get Parent () : SoapPayload
function set Parent (value : SoapPayload)
Property Value
Type: Microsoft.SqlServer.Management.Smo.SoapPayload
A SoapPayload object that is the parent of the SoapPayloadMethod object.