Свойство Required
Gets a value that indicates whether the property is required to persist the current state of the object. Не ссылайтесь на этот элемент непосредственно из кода. Он поддерживает работу инфраструктуры SQL Server.
Пространство имен: Microsoft.SqlServer.Management.Sdk.Sfc
Сборка: Microsoft.SqlServer.Management.Sdk.Sfc (в Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Синтаксис
'Декларация
ReadOnly Property Required As Boolean
Get
'Применение
Dim instance As ISfcProperty
Dim value As Boolean
value = instance.Required
bool Required { get; }
property bool Required {
bool get ();
}
abstract Required : bool
function get Required () : boolean
Значение свойства
Тип: System. . :: . .Boolean
true if the property is required to persist the current state of the object; otherwise, false.
См. также