TableSampleClause.TableSampleClauseOption プロパティ

オプションを取得または設定します。

名前空間 :  Microsoft.Data.Schema.ScriptDom.Sql
アセンブリ :  Microsoft.Data.Schema.ScriptDom.Sql (Microsoft.Data.Schema.ScriptDom.Sql.dll 内)

構文

'宣言
Public Property TableSampleClauseOption As TableSampleClauseOption
'使用
Dim instance As TableSampleClause
Dim value As TableSampleClauseOption

value = instance.TableSampleClauseOption

instance.TableSampleClauseOption = value
public TableSampleClauseOption TableSampleClauseOption { get; set; }
public:
property TableSampleClauseOption TableSampleClauseOption {
    TableSampleClauseOption get ();
    void set (TableSampleClauseOption value);
}
public function get TableSampleClauseOption () : TableSampleClauseOption
public function set TableSampleClauseOption (value : TableSampleClauseOption)

プロパティ値

型 : Microsoft.Data.Schema.ScriptDom.Sql.TableSampleClauseOption
TableSampleClauseOption 列挙値を返します。

参照

参照

TableSampleClause クラス

TableSampleClause メンバ

Microsoft.Data.Schema.ScriptDom.Sql 名前空間