次の方法で共有


TableSampleClauseOption 列挙体

テーブル サンプル句のオプションを指定します。

名前空間:  Microsoft.SqlServer.TransactSql.ScriptDom
アセンブリ:  Microsoft.SqlServer.TransactSql.ScriptDom (Microsoft.SqlServer.TransactSql.ScriptDom.dll)

構文

'宣言
Public Enumeration TableSampleClauseOption
'使用
Dim instance As TableSampleClauseOption
public enum TableSampleClauseOption
public enum class TableSampleClauseOption
type TableSampleClauseOption
public enum TableSampleClauseOption

メンバー

メンバー名 説明
NotSpecified オプションは NotSpecified です。
Percent オプションは Percent です。
Rows オプションは Rows です。

関連項目

参照

Microsoft.SqlServer.TransactSql.ScriptDom 名前空間