Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the specific set option(s) that this statement represents.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property Options As SetStatisticsOptions
Get
Set
'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);
}
member Options : SetStatisticsOptions with get, set
function get Options () : SetStatisticsOptions
function set Options (value : SetStatisticsOptions)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.SetStatisticsOptions
The specific set option(s) that this statement represents.