AlterAnyEventNotification 属性

Gets a permission that can be included in the server permission set.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public Shared ReadOnly Property AlterAnyEventNotification As ServerPermission
    Get
用法
Dim value As ServerPermission

value = ServerPermission.AlterAnyEventNotification
public static ServerPermission AlterAnyEventNotification { get; }
public:
static property ServerPermission^ AlterAnyEventNotification {
    ServerPermission^ get ();
}
static member AlterAnyEventNotification : ServerPermission
static function get AlterAnyEventNotification () : ServerPermission

属性值

类型:Microsoft.SqlServer.Management.Smo. . :: . .ServerPermission
A ServerPermission object that represents the AlterAnyEventNotification permission that can be included in the server permission set.