Condividi tramite


Proprietà SetStatisticsStatement.Options

Ottiene o imposta una o più opzioni di impostazione specifiche rappresentate dall'istruzione.

Spazio dei nomi:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.SetStatisticsOptions
Restituisce un valore di enumerazione SetStatisticsOptions.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

SetStatisticsStatement Classe

Spazio dei nomi Microsoft.Data.Schema.ScriptDom.Sql