Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the specific set option(s) that this statement represents.
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
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)
Property Value
Type: Microsoft.Data.Schema.ScriptDom.Sql.SetStatisticsOptions
Returns a SetStatisticsOptions enumeration value.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.