Propriedade do RDL IsSystemNamed
Gets or sets a value that indicates whether the constraint is named by the system or by the user.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxe
'Declaração
Property IsSystemNamed As Boolean
Get
Set
'Uso
Dim instance As IMutableConstraint
Dim value As Boolean
value = instance.IsSystemNamed
instance.IsSystemNamed = value
bool IsSystemNamed { get; set; }
property bool IsSystemNamed {
bool get ();
void set (bool value);
}
abstract IsSystemNamed : bool with get, set
function get IsSystemNamed () : boolean
function set IsSystemNamed (value : boolean)
Valor da propriedade
Tipo: System. . :: . .Boolean
true if the constraint is named by the system; otherwise, false.
Implementa
Consulte também