Condividi tramite


Proprietà TableSampleClause.System

Restituisce un valore che indica se è utilizzato il sistema.

Spazio dei nomi:  Microsoft.Data.Schema.ScriptDom.Sql
Assembly:  Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)

Sintassi

'Dichiarazione
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)

Valore proprietà

Tipo: System.Boolean
Restituisce true se è utilizzato il sistema; in caso contrario, false.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

TableSampleClause Classe

Spazio dei nomi Microsoft.Data.Schema.ScriptDom.Sql