SPCmdletAttribute.RequireLocalFarmExist 属性
获取或设置一个布尔值,指定 cmdlet 是否需要存在本地计算机上的服务器场才能执行。
命名空间: Microsoft.SharePoint.PowerShell
程序集: Microsoft.SharePoint.PowerShell(位于 Microsoft.SharePoint.PowerShell.dll 中)
语法
声明
Public Property RequireLocalFarmExist As Boolean
Get
Set
用法
Dim instance As SPCmdletAttribute
Dim value As Boolean
value = instance.RequireLocalFarmExist
instance.RequireLocalFarmExist = value
public bool RequireLocalFarmExist { get; set; }
属性值
类型:System.Boolean
如果该 cmdlet 要求本地服务器场已存在,则返回Booleantrue 。
备注
定义此属性调用RequireLocalFarmExist()在SPCmdlet上的效果相同。