Sdílet prostřednictvím


TableSampleClause.TableSampleClauseOption – vlastnost

Získá nebo nastaví volbu.

Obor názvů:  Microsoft.Data.Schema.ScriptDom.Sql
Sestavení:  Microsoft.Data.Schema.ScriptDom.Sql (v Microsoft.Data.Schema.ScriptDom.Sql.dll)

Syntaxe

'Deklarace
Public Property TableSampleClauseOption As TableSampleClauseOption
    Get
    Set
public TableSampleClauseOption TableSampleClauseOption { get; set; }
public:
property TableSampleClauseOption TableSampleClauseOption {
    TableSampleClauseOption get ();
    void set (TableSampleClauseOption value);
}
member TableSampleClauseOption : TableSampleClauseOption with get, set
function get TableSampleClauseOption () : TableSampleClauseOption
function set TableSampleClauseOption (value : TableSampleClauseOption)

Hodnota vlastnosti

Typ: Microsoft.Data.Schema.ScriptDom.Sql.TableSampleClauseOption
Vrátí TableSampleClauseOption hodnotu výčtu.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

TableSampleClause Třída

Microsoft.Data.Schema.ScriptDom.Sql – obor názvů