Proprietà IsSystemNamed
Gets a value that indicates whether the constraint is named by the system or by the user.
Spazio dei nomi Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Sintassi
'Dichiarazione
ReadOnly Property IsSystemNamed As Boolean
Get
'Utilizzo
Dim instance As IConstraint
Dim value As Boolean
value = instance.IsSystemNamed
bool IsSystemNamed { get; }
property bool IsSystemNamed {
bool get ();
}
abstract IsSystemNamed : bool
function get IsSystemNamed () : boolean
Valore proprietà
Tipo: System. . :: . .Boolean
true if the constraint is named by the system; otherwise, false.
Vedere anche