Partager via


Propriété SoapPayloadMethodCollection.Parent

Gets the SoapPayload object that is the parent of the SoapPayloadMethodCollection object.

Espace de noms :  Microsoft.SqlServer.Management.Smo
Assembly :  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Syntaxe

'Déclaration
Public ReadOnly Property Parent As SoapPayload 
    Get
'Utilisation
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

Valeur de propriété

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

Exemples

Utilisation de collections

Voir aussi

Référence

SoapPayloadMethodCollection Classe

Espace de noms Microsoft.SqlServer.Management.Smo