Compartir a través de


TableSampleClause.System (Propiedad)

Devuelve si se utiliza el sistema.

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 System As Boolean
    Get
    Set
public bool System { get; set; }
public:
property bool System {
    bool get ();
    void set (bool value);
}
member System : bool with get, set
function get System () : boolean
function set System (value : boolean)

Valor de propiedad

Tipo: System.Boolean
Devuelve True si se utiliza el sistema, False de lo contrario.

Seguridad de .NET Framework

Vea también

Referencia

TableSampleClause Clase

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