Свойство ISfcProperty.Required
Gets a value that indicates whether the property is required to persist the current state of the object.
Пространство имен: 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.