SPCmdletAttribute 成员
包括受保护的成员
包括继承的成员
指定的属性将应用于从SPCmdlet继承 cmdlet。
SPCmdletAttribute 类型公开以下成员。
构造函数
名称 | 说明 | |
---|---|---|
SPCmdletAttribute | SPCmdletAttribute类的新实例进行初始化。 |
页首
属性
名称 | 说明 | |
---|---|---|
RequireLocalFarmExist | 获取或设置一个布尔值,指定 cmdlet 是否需要存在本地计算机上的服务器场才能执行。 | |
RequireUserFarmAdmin | 获取或设置一个布尔值,指定该 cmdlet 是否要求用户具有场中的服务器以管理权限才能调用该 cmdlet。 | |
RequireUserMachineAdmin | 获取或设置一个布尔值,指定该 cmdlet 是否需要的用户在其调用该 cmdlet 的计算机上具有管理权限。 | |
TypeId | (从 Attribute 继承。) |
页首
方法
名称 | 说明 | |
---|---|---|
Equals | (从 Attribute 继承。) | |
Finalize | (从 Object 继承。) | |
GetHashCode | (从 Attribute 继承。) | |
GetType | (从 Object 继承。) | |
IsDefaultAttribute | (从 Attribute 继承。) | |
Match | (从 Attribute 继承。) | |
MemberwiseClone | (从 Object 继承。) | |
ToString | (从 Object 继承。) |
页首
显式 接口 实现
名称 | 说明 | |
---|---|---|
_Attribute.GetIDsOfNames | (从 Attribute 继承。) | |
_Attribute.GetTypeInfo | (从 Attribute 继承。) | |
_Attribute.GetTypeInfoCount | (从 Attribute 继承。) | |
_Attribute.Invoke | (从 Attribute 继承。) |
页首