Propriedade do RDL AlertCollection.Parent
Gets the JobServer object that is the parent of the AlertCollection object.
Namespace: Microsoft.SqlServer.Management.Smo.Agent
Assembly: Microsoft.SqlServer.Smo (em Microsoft.SqlServer.Smo.dll)
Sintaxe
'Declaração
Public ReadOnly Property Parent As JobServer
Get
'Uso
Dim instance As AlertCollection
Dim value As JobServer
value = instance.Parent
public JobServer Parent { get; }
public:
property JobServer^ Parent {
JobServer^ get ();
}
member Parent : JobServer
function get Parent () : JobServer
Valor da propriedade
Tipo: Microsoft.SqlServer.Management.Smo.Agent.JobServer
A JobServer object that is the parent of the AlertCollection 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.