Propriété Parent
Gets the ServiceContract object that is the parent of the MessageTypeMappingCollection object.
Espace de noms : Microsoft.SqlServer.Management.Smo.Broker
Assembly : Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Syntaxe
'Déclaration
Public ReadOnly Property Parent As ServiceContract
Get
'Utilisation
Dim instance As MessageTypeMappingCollection
Dim value As ServiceContract
value = instance.Parent
public ServiceContract Parent { get; }
public:
property ServiceContract^ Parent {
ServiceContract^ get ();
}
member Parent : ServiceContract
function get Parent () : ServiceContract
Valeur de propriété
Type : Microsoft.SqlServer.Management.Smo.Broker. . :: . .ServiceContract
A ServiceContract object that is the parent of the MessageTypeMappingCollection object.
Notes
Tout membre statique public (Partagé dans Microsoft Visual Basic) de ce type est sûr dans le cadre des opérations à plusieurs threads. Tous les membres de l'instance ne sont pas garantis comme étant thread-safe.
Voir aussi