Propriedade do RDL ServiceContractMappingCollection.Parent
Gets the BrokerService object that is the parent of the ServiceContractMappingCollection object.
Namespace: Microsoft.SqlServer.Management.Smo.Broker
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Public ReadOnly Property Parent As BrokerService
Get
'Uso
Dim instance As ServiceContractMappingCollection
Dim value As BrokerService
value = instance.Parent
public BrokerService Parent { get; }
public:
property BrokerService^ Parent {
BrokerService^ get ();
}
member Parent : BrokerService
function get Parent () : BrokerService
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.Smo.Broker.BrokerService
A BrokerService object that is the parent of the ServiceContractMappingCollection object.
Exemplos
Consulte também
Referência
ServiceContractMappingCollection Classe
Namespace Microsoft.SqlServer.Management.Smo.Broker