Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the TABLESAMPLE clause.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property TableSampleClause As TableSampleClause
Get
Set
'Usage
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)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.TableSampleClause
The TABLESAMPLE clause.