Aracılığıyla paylaş


ServerPermissionSet.CreateDdlEventNotification Özelliği

Alır veya küme Boolean özellik değeri dahil izin küme ddl olay bildirim oluşturma (crde) izin verip belirtirBu izin örnek üzerinde herhangi bir ddl (veri tanımlama dili) olay bildirim oluşturma grantee sağlar SQL Server, bir veritabanı oluşturulduğunda oluşturulur olayı gibi.

Ad Alanı:  Microsoft.SqlServer.Management.Smo
Derleme:  Microsoft.SqlServer.Smo (Microsoft.SqlServer.Smo içinde.dll)

Sözdizimi

'Bildirim
Public Property CreateDdlEventNotification As Boolean
    Get
    Set
'Kullanım
Dim instance As ServerPermissionSet
Dim value As Boolean

value = instance.CreateDdlEventNotification

instance.CreateDdlEventNotification = value
public bool CreateDdlEventNotification { get; set; }
public:
property bool CreateDdlEventNotification {
    bool get ();
    void set (bool value);
}
member CreateDdlEventNotification : bool with get, set
function get CreateDdlEventNotification () : boolean
function set CreateDdlEventNotification (value : boolean)

Özellik Değeri

Tür: System.Boolean
A Boolean değeri dahil izin küme ddl olay bildirim oluşturma (crde) izin verip belirtir
Doğru , izin izin küme bulunur.
Yanlış (varsayılan), iznine izin tutulur küme.