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.