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
'Usage
Dim instance As SetStatisticsStatement 
Dim value As SetStatisticsOptions 
value = instance.Options
instance.Options = value
public SetStatisticsOptions Options { get; set; }
public:
property SetStatisticsOptions Options {
    SetStatisticsOptions get ();
    void set (SetStatisticsOptions value);
}
public function get Options () : SetStatisticsOptions 
public 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.