SoapPayloadMethodCollection.Parent Propiedad
Gets the SoapPayload object that is the parent of the SoapPayloadMethodCollection object.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public ReadOnly Property Parent As SoapPayload
Get
'Uso
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
Valor de la propiedad
Tipo: Microsoft.SqlServer.Management.Smo.SoapPayload
A SoapPayload object that is the parent of the SoapPayloadMethodCollection object.