Proprietà ServiceContractMappingCollection.Parent

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

Spazio dei nomi  Microsoft.SqlServer.Management.Smo.Broker
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
Public ReadOnly Property Parent As BrokerService 
    Get
'Utilizzo
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

Valore proprietà

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

Esempi

Utilizzo delle raccolte

Vedere anche

Riferimento

ServiceContractMappingCollection Classe

Spazio dei nomi Microsoft.SqlServer.Management.Smo.Broker

Altre risorse

Utilizzo delle raccolte