Compartir a través de


TableSampleClause.TableSampleClauseOption (Propiedad)

Obtiene o establece la opción.

Espacio de nombres:  Microsoft.Data.Schema.ScriptDom.Sql
Ensamblado:  Microsoft.Data.Schema.ScriptDom.Sql (en Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintaxis

'Declaración
Public Property TableSampleClauseOption As TableSampleClauseOption
    Get
    Set
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)

Valor de propiedad

Tipo: Microsoft.Data.Schema.ScriptDom.Sql.TableSampleClauseOption
Devuelve un valor de enumeración TableSampleClauseOption.

Seguridad de .NET Framework

Vea también

Referencia

TableSampleClause Clase

Microsoft.Data.Schema.ScriptDom.Sql (Espacio de nombres)