CreateDdlEventNotification 속성
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 CreateDdlEventNotification As ServerPermission
Get
‘사용 방법
Dim value As ServerPermission
value = ServerPermission.CreateDdlEventNotification
public static ServerPermission CreateDdlEventNotification { get; }
public:
static property ServerPermission^ CreateDdlEventNotification {
ServerPermission^ get ();
}
static member CreateDdlEventNotification : ServerPermission
static function get CreateDdlEventNotification () : ServerPermission
속성 값
유형: Microsoft.SqlServer.Management.Smo. . :: . .ServerPermission
A ServerPermission object that represents the CreateDdlEventNotification permission that can be included in the server permission set.