Partager via


Propriété IsSystemObject

Gets a value that indicates whether this is a system object.

Espace de noms :  Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly :  Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)

Syntaxe

'Déclaration
ReadOnly Property IsSystemObject As Boolean
    Get
'Utilisation
Dim instance As IDatabaseObject
Dim value As Boolean

value = instance.IsSystemObject
bool IsSystemObject { get; }
property bool IsSystemObject {
    bool get ();
}
abstract IsSystemObject : bool
function get IsSystemObject () : boolean

Valeur de propriété

Type : System. . :: . .Boolean
true if this is a system object; otherwise, false.