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 endpoint payload.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
<SfcObjectAttribute(SfcObjectRelationship.ChildObject, SfcObjectCardinality.One)> _
Public ReadOnly Property Payload As Payload
Get
'Usage
Dim instance As Endpoint
Dim value As Payload
value = instance.Payload
[SfcObjectAttribute(SfcObjectRelationship.ChildObject, SfcObjectCardinality.One)]
public Payload Payload { get; }
[SfcObjectAttribute(SfcObjectRelationship::ChildObject, SfcObjectCardinality::One)]
public:
property Payload^ Payload {
Payload^ get ();
}
[<SfcObjectAttribute(SfcObjectRelationship.ChildObject, SfcObjectCardinality.One)>]
member Payload : Payload
function get Payload () : Payload
Property Value
Type: Microsoft.SqlServer.Management.Smo.Payload
A Payload object that specifies the endpoint payload.
Examples
See Also
Reference
Microsoft.SqlServer.Management.Smo Namespace