SPCmdletRemoveSPSiteUrl 类

继承层次结构

System.Object
  InternalCommand
    Cmdlet
      PSCmdlet
        Microsoft.SharePoint.PowerShell.SPCmdlet
          Microsoft.SharePoint.PowerShell.SPSetCmdletBase<SPSite>
            Microsoft.SharePoint.PowerShell.SPCmdletSPSiteUrlBase
              Microsoft.SharePoint.PowerShell.SPCmdletRemoveSPSiteUrl

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

语法

声明
<CmdletAttribute("Remove", "SPSiteUrl", SupportsShouldProcess := True)> _
<SPCmdletAttribute(RequireLocalFarmExist := True)> _
Public NotInheritable Class SPCmdletRemoveSPSiteUrl _
    Inherits SPCmdletSPSiteUrlBase
用法
Dim instance As SPCmdletRemoveSPSiteUrl
[CmdletAttribute("Remove", "SPSiteUrl", SupportsShouldProcess = true)]
[SPCmdletAttribute(RequireLocalFarmExist = true)]
public sealed class SPCmdletRemoveSPSiteUrl : SPCmdletSPSiteUrlBase

线程安全性

该类型的任何公共 静态 (已共享 在 Visual Basic 中) 成员都是线程安全的。不保证任何实例成员都是线程安全的。

另请参阅

引用

SPCmdletRemoveSPSiteUrl 成员

Microsoft.SharePoint.PowerShell 命名空间