Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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)
Eigenschaftswert
Typ: Microsoft.SqlServer.Management.Smo.SoapPayload
A SoapPayload object that is the parent of the SoapPayloadMethod object.