共用方式為


DropFulltextIndex 屬性

Gets the Drop Full Text Index event.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
Public Shared ReadOnly Property DropFulltextIndex As TableEvent
    Get
'用途
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