Propriedade do RDL SetStatisticsStatement.Options
Gets or sets the specific set option(s) that this statement represents.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (em Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxe
'Declaração
Public Property Options As SetStatisticsOptions
Get
Set
'Uso
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)
Valor da propriedade
Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.SetStatisticsOptions
The specific set option(s) that this statement represents.