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.