Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Applies To: Windows Server Update Services
Adds an IAutomaticUpdateApprovalRule to the end of the AutomaticUpdateApprovalRuleCollection.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
public int Add(
IAutomaticUpdateApprovalRule value
)
public:
int Add(
IAutomaticUpdateApprovalRule^ value
)
member Add :
value:IAutomaticUpdateApprovalRule -> int
Public Function Add (
value As IAutomaticUpdateApprovalRule
) As Integer
value
Type: Microsoft.UpdateServices.Administration.IAutomaticUpdateApprovalRuleThe IAutomaticUpdateApprovalRule to add to the end of the AutomaticUpdateApprovalRuleCollection.
Type: System.Int32
The zero-based index at which the new element is indexed.
Exception
Condition
value is a null reference (Nothing in Visual Basic).
value already exists in the collection.
Add Overload
AutomaticUpdateApprovalRuleCollection Class
Microsoft.UpdateServices.Administration Namespace
Return to top