SetStatisticsStatement.Options-Eigenschaft

Ruft die spezifische(n) Set-Option(en) ab, die diese Anweisung darstellt, oder legt sie fest.

Namespace:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntax

'Declaration
Public Property Options As SetStatisticsOptions
    Get
    Set
public SetStatisticsOptions Options { get; set; }
public:
property SetStatisticsOptions Options {
    SetStatisticsOptions get ();
    void set (SetStatisticsOptions value);
}
member Options : SetStatisticsOptions with get, set
function get Options () : SetStatisticsOptions
function set Options (value : SetStatisticsOptions)

Eigenschaftswert

Typ: Microsoft.Data.Schema.ScriptDom.Sql.SetStatisticsOptions
Gibt einen SetStatisticsOptions-Enumerationswert zurück.

.NET Framework-Sicherheit

Siehe auch

Referenz

SetStatisticsStatement Klasse

Microsoft.Data.Schema.ScriptDom.Sql-Namespace