NamedTableReference.TableSampleClause 属性
Gets or sets the TABLESAMPLE clause.
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
Public Property TableSampleClause As TableSampleClause
Get
Set
用法
Dim instance As NamedTableReference
Dim value As TableSampleClause
value = instance.TableSampleClause
instance.TableSampleClause = value
public TableSampleClause TableSampleClause { get; set; }
public:
property TableSampleClause^ TableSampleClause {
TableSampleClause^ get ();
void set (TableSampleClause^ value);
}
member TableSampleClause : TableSampleClause with get, set
function get TableSampleClause () : TableSampleClause
function set TableSampleClause (value : TableSampleClause)
属性值
类型:Microsoft.SqlServer.TransactSql.ScriptDom.TableSampleClause
The TABLESAMPLE clause.