Właściwość DatabaseEventSet.GrantDatabase
Pobiera lub ustawia Boolean wartości właściwość, który określa, czy zdarzenie jest uwzględniany w zestaw zdarzeń.Zdarzenie występuje, gdy przyznany dostęp do bazy danych.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
Public Property GrantDatabase As Boolean
Get
Set
'Użycie
Dim instance As DatabaseEventSet
Dim value As Boolean
value = instance.GrantDatabase
instance.GrantDatabase = value
public bool GrantDatabase { get; set; }
public:
property bool GrantDatabase {
bool get ();
void set (bool value);
}
member GrantDatabase : bool with get, set
function get GrantDatabase () : boolean
function set GrantDatabase (value : boolean)
Wartość właściwości
Typ: System.Boolean
A Boolean wartość określająca, czy GrantDatabase zdarzenie jest uwzględniane w przypadku zestaw.
W przypadku wartości True zdarzenie jest uwzględniane w zbiorze zdarzeń. W przeciwnym razie zwraca wartość False.