IsSystemNamed 屬性
Gets or sets a value that indicates whether the constraint is named by the system or by the user.
命名空間: Microsoft.SqlServer.Management.SqlParser.Metadata
組件: Microsoft.SqlServer.Management.SqlParser (在 Microsoft.SqlServer.Management.SqlParser.dll 中)
語法
'宣告
Property IsSystemNamed As Boolean
Get
Set
'用途
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)
屬性值
型別:System. . :: . .Boolean
true if the constraint is named by the system; otherwise, false.