Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.