Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Gets the JobServer object that is the parent of the OperatorCategoryCollection object.
Namespace: Microsoft.SqlServer.Management.Smo.Agent
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
Syntax
'Declaration
Public ReadOnly Property Parent As JobServer
Get
'Usage
Dim instance As OperatorCategoryCollection
Dim value As JobServer
value = instance.Parent
public JobServer Parent { get; }
public:
property JobServer^ Parent {
JobServer^ get ();
}
member Parent : JobServer
function get Parent () : JobServer
Property Value
Type: Microsoft.SqlServer.Management.Smo.Agent.JobServer
A JobServer object that is the parent of the OperatorCategoryCollection object.