Свойство TableSampleClause.TableSampleClauseOption

Gets or sets the option.

Пространство имен:  Microsoft.SqlServer.TransactSql.ScriptDom
Сборка:  Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Синтаксис

'Декларация
Public Property TableSampleClauseOption As TableSampleClauseOption 
    Get 
    Set
'Применение
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);
}
member TableSampleClauseOption : TableSampleClauseOption with get, set
function get TableSampleClauseOption () : TableSampleClauseOption 
function set TableSampleClauseOption (value : TableSampleClauseOption)

Значение свойства

Тип: Microsoft.SqlServer.TransactSql.ScriptDom.TableSampleClauseOption
The option.

См. также

Справочник

TableSampleClause Класс

Пространство имен Microsoft.SqlServer.TransactSql.ScriptDom