Propriedade Parent
Gets the ServiceContract object that is the parent of the MessageTypeMappingCollection object.
Namespace: Microsoft.SqlServer.Management.Smo.Broker
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Public ReadOnly Property Parent As ServiceContract
Get
'Uso
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
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.Smo.Broker. . :: . .ServiceContract
A ServiceContract object that is the parent of the MessageTypeMappingCollection object.
Comentários
Qualquer membro público estático (Compartilhado no Microsoft Visual Basic) desse tipo é seguro para operações multi-threaded. Não há garantia de que qualquer membro de instância seja seguro para threads.
Consulte também