共用方式為


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