Właściwość Check.IsSystemNamed
Gets the Boolean property value that specifies whether the check constraint was named automatically by Microsoft SQL Server or named by the database object creator.
Przestrzeń nazw: Microsoft.SqlServer.Management.Smo
Zestaw: Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)
Składnia
'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase)> _
Public ReadOnly Property IsSystemNamed As Boolean
Get
'Użycie
Dim instance As Check
Dim value As Boolean
value = instance.IsSystemNamed
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)]
public bool IsSystemNamed { get; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Standalone|SfcPropertyFlags::SqlAzureDatabase)]
public:
property bool IsSystemNamed {
bool get ();
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase)>]
member IsSystemNamed : bool
function get IsSystemNamed () : boolean
Wartość właściwości
Typ: System.Boolean
A Boolean wartość, która określa, czy ograniczenie typu check ograniczenie wyboru o nazwie systemu.Domyślnie wartość jest nieokreślony.
Jeśli True, ograniczenie typu check jest o nazwie systemu.
Jeśli ma wartość FAŁSZ (domyślnie), ograniczenia check nie ma systemu nazwy.
Uwagi
Ostrzeżenie
Na podstawie ograniczeń check UserDefinedTableType obiekt, to właściwość zawsze ma wartość true, ponieważ typ danych zdefiniowany przez użytkownika jest automatycznie nazywane systemu.
Zobacz także