Aracılığıyla paylaş


DatabaseEventSet.AlterTable Özelliği

Alır veya küme bir Boolean özellik değerini belirtir olup olay ekinde olay küme.Veritabanında tablo değiştirildiğinde olay oluşur.

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

Sözdizimi

'Bildirim
Public Property AlterTable As Boolean
    Get
    Set
'Kullanım
Dim instance As DatabaseEventSet
Dim value As Boolean

value = instance.AlterTable

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

Özellik Değeri

Tür: System.Boolean
A Boolean belirten değeri olup olmadığını AlterTable olay gelen olay küme.
True ise olay, olay kümesine dahil edilir. Aksi halde False olur.