AlterFullTextIndexStatement.Action – vlastnost
Obor názvů: Microsoft.Data.Schema.ScriptDom.Sql
Sestavení: Microsoft.Data.Schema.ScriptDom.Sql (v Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntaxe
'Deklarace
Public Property Action As AlterFullTextIndexAction
Get
Set
public AlterFullTextIndexAction Action { get; set; }
public:
property AlterFullTextIndexAction^ Action {
AlterFullTextIndexAction^ get ();
void set (AlterFullTextIndexAction^ value);
}
member Action : AlterFullTextIndexAction with get, set
function get Action () : AlterFullTextIndexAction
function set Action (value : AlterFullTextIndexAction)
Hodnota vlastnosti
Typ: Microsoft.Data.Schema.ScriptDom.Sql.AlterFullTextIndexAction
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.