Freigeben über


SoapPayloadMethodCollection.Parent-Eigenschaft

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

Eigenschaftswert

Typ: Microsoft.SqlServer.Management.Smo.SoapPayload
A SoapPayload object that is the parent of the SoapPayloadMethodCollection object.

Beispiele

Verwenden von Auflistungen

Siehe auch

Verweis

SoapPayloadMethodCollection Klasse

Microsoft.SqlServer.Management.Smo-Namespace