Partager via


Propriété TableSampleClause.System

Gets or sets a value that indicates whether SYSTEM option is specified.

Espace de noms :  Microsoft.SqlServer.TransactSql.ScriptDom
Assembly :  Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)

Syntaxe

'Déclaration
Public Property System As Boolean 
    Get 
    Set
'Utilisation
Dim instance As TableSampleClause 
Dim value As Boolean 

value = instance.System

instance.System = value
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)

Valeur de propriété

Type : System.Boolean
true if SYSTEM option is specified; otherwise, false.

Voir aussi

Référence

TableSampleClause Classe

Espace de noms Microsoft.SqlServer.TransactSql.ScriptDom