다음을 통해 공유


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.