SPFarmAction.RemoveSolution 方法

命名空间:  Microsoft.SharePoint.Upgrade
程序集:  Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)

语法

声明
Protected Shared Sub RemoveSolution ( _
    solutionId As Guid, _
    featureIds As IEnumerable(Of Guid), _
    farm As SPFarm, _
    log As SPLog _
)
用法
Dim solutionId As Guid
Dim featureIds As IEnumerable(Of Guid)
Dim farm As SPFarm
Dim log As SPLogSPFarmAction.RemoveSolution(solutionId, _
    featureIds, farm, log)
protected static void RemoveSolution(
    Guid solutionId,
    IEnumerable<Guid> featureIds,
    SPFarm farm,
    SPLog log
)

参数

另请参阅

引用

SPFarmAction 类

SPFarmAction 成员

Microsoft.SharePoint.Upgrade 命名空间