Aracılığıyla paylaş


TableEvent.DropFulltextIndex Özelliği

Tam metin dizini Drop olay alır.

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

Sözdizimi

'Bildirim
Public Shared ReadOnly Property DropFulltextIndex As TableEvent
    Get
'Kullanım
Dim value As TableEvent

value = TableEvent.DropFulltextIndex
public static TableEvent DropFulltextIndex { get; }
public:
static property TableEvent^ DropFulltextIndex {
    TableEvent^ get ();
}
static member DropFulltextIndex : TableEvent
static function get DropFulltextIndex () : TableEvent