SetStatisticsStatement.Options 属性

Gets or sets the specific set option(s) that this statement represents.

命名空间:  Microsoft.SqlServer.TransactSql.ScriptDom
程序集:  Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)

语法

声明
Public Property Options As SetStatisticsOptions 
    Get 
    Set
用法
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)

属性值

类型:Microsoft.SqlServer.TransactSql.ScriptDom.SetStatisticsOptions
The specific set option(s) that this statement represents.

请参阅

参考

SetStatisticsStatement 类

Microsoft.SqlServer.TransactSql.ScriptDom 命名空间