Compartir a través de


ServiceContractMapping.Parent Propiedad

Gets the BrokerService object that is the parent of the ServiceContractMapping object.

Espacio de nombres:  Microsoft.SqlServer.Management.Smo.Broker
Ensamblado:  Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)

Sintaxis

'Declaración
<SfcObjectAttribute(SfcObjectRelationship.ParentObject)> _
Public Property Parent As BrokerService 
    Get 
    Set
'Uso
Dim instance As ServiceContractMapping 
Dim value As BrokerService 

value = instance.Parent

instance.Parent = value
[SfcObjectAttribute(SfcObjectRelationship.ParentObject)]
public BrokerService Parent { get; set; }
[SfcObjectAttribute(SfcObjectRelationship::ParentObject)]
public:
property BrokerService^ Parent {
    BrokerService^ get ();
    void set (BrokerService^ value);
}
[<SfcObjectAttribute(SfcObjectRelationship.ParentObject)>]
member Parent : BrokerService with get, set
function get Parent () : BrokerService 
function set Parent (value : BrokerService)

Valor de la propiedad

Tipo: Microsoft.SqlServer.Management.Smo.Broker.BrokerService
A BrokerService object that is the parent of the ServiceContractMapping object.

Ejemplos

Readme_ServiceBrokerConfiguration

Vea también

Referencia

ServiceContractMapping Clase

Espacio de nombres Microsoft.SqlServer.Management.Smo.Broker

Otros recursos

Desarrollo (Service Broker)

Administrar Service Broker

Información general (Service Broker)