Compartir a través de


MessageTypeMapping.Parent Propiedad

Gets the ServiceContract object that is the parent of the MessageTypeMapping 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 ServiceContract 
    Get 
    Set
'Uso
Dim instance As MessageTypeMapping 
Dim value As ServiceContract 

value = instance.Parent

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

Valor de la propiedad

Tipo: Microsoft.SqlServer.Management.Smo.Broker.ServiceContract
A ServiceContract object that is the parent of the MessageTypeMapping object.

Ejemplos

Readme_ServiceBrokerConfiguration

Vea también

Referencia

MessageTypeMapping Clase

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

Otros recursos

Información general (Service Broker)

Administrar Service Broker

Desarrollo (Service Broker)