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.