Proprietà Parent
Gets the JobServer object value that is the parent of the AlertSystem object.
Spazio dei nomi Microsoft.SqlServer.Management.Smo.Agent
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Sintassi
'Dichiarazione
<SfcObjectAttribute(SfcObjectRelationship.ParentObject)> _
Public ReadOnly Property Parent As JobServer
Get
'Utilizzo
Dim instance As AlertSystem
Dim value As JobServer
value = instance.Parent
[SfcObjectAttribute(SfcObjectRelationship.ParentObject)]
public JobServer Parent { get; }
[SfcObjectAttribute(SfcObjectRelationship::ParentObject)]
public:
property JobServer^ Parent {
JobServer^ get ();
}
[<SfcObjectAttribute(SfcObjectRelationship.ParentObject)>]
member Parent : JobServer
function get Parent () : JobServer
Valore proprietà
Tipo: Microsoft.SqlServer.Management.Smo.Agent. . :: . .JobServer
A JobServer object value that specifies the parent of the AlertSystem object.
Vedere anche