Parent Propiedad
Gets the Database object that is the parent of the MessageType object.
Espacio de nombres: Microsoft.SqlServer.Management.Smo.Broker
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public ReadOnly Property Parent As ServiceBroker
Get
'Uso
Dim instance As MessageTypeCollection
Dim value As ServiceBroker
value = instance.Parent
public ServiceBroker Parent { get; }
public:
property ServiceBroker^ Parent {
ServiceBroker^ get ();
}
member Parent : ServiceBroker
function get Parent () : ServiceBroker
Valor de la propiedad
Tipo: Microsoft.SqlServer.Management.Smo.Broker. . :: . .ServiceBroker
A Database object that is the parent of the MessageType object.
Vea también