Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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.