DropFulltextIndex 屬性
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)
語法
'宣告
Public Shared ReadOnly Property DropFulltextIndex As ViewEvent
Get
'用途
Dim value As ViewEvent
value = ViewEvent.DropFulltextIndex
public static ViewEvent DropFulltextIndex { get; }
public:
static property ViewEvent^ DropFulltextIndex {
ViewEvent^ get ();
}
static member DropFulltextIndex : ViewEvent
static function get DropFulltextIndex () : ViewEvent