Método IsEmpty
Gets a value that indicates whether the change result does not contain any changes.
Namespace: Microsoft.SqlServer.Management.SqlParser.MetadataDifferencer
Assembly: Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxe
'Declaração
Public Function IsEmpty As Boolean
'Uso
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
Valor de retorno
Tipo: System. . :: . .Boolean
true if the change result does not contain any changes; otherwise, false.
Consulte também