Condividi tramite


Proprietà NamedTableReference.TableSampleClause

Gets or sets the TABLESAMPLE clause.

Spazio dei nomi  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly:  Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Sintassi

'Dichiarazione
Public Property TableSampleClause As TableSampleClause 
    Get 
    Set
'Utilizzo
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)

Valore proprietà

Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.TableSampleClause
The TABLESAMPLE clause.

Vedere anche

Riferimento

NamedTableReference Classe

Spazio dei nomi Microsoft.SqlServer.TransactSql.ScriptDom