Метод IsEmpty
Gets a value that indicates whether the change result does not contain any changes.
Пространство имен: Microsoft.SqlServer.Management.SqlParser.MetadataDifferencer
Сборка: Microsoft.SqlServer.Management.SqlParser (в Microsoft.SqlServer.Management.SqlParser.dll)
Синтаксис
'Декларация
Public Function IsEmpty As Boolean
'Применение
Dim instance As ChangeResult
Dim returnValue As Boolean
returnValue = instance.IsEmpty()
public bool IsEmpty()
public:
bool IsEmpty()
member IsEmpty : unit -> bool
public function IsEmpty() : boolean
Возвращаемое значение
Тип: System. . :: . .Boolean
true if the change result does not contain any changes; otherwise, false.