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 命名空间