Index.GetChanges Method
Returns a value that indicates whether there are changes in the index.
Namespace: Microsoft.Web.Management.DatabaseManager
Assembly: Microsoft.Web.Management.DatabaseManager (in Microsoft.Web.Management.DatabaseManager.dll)
Syntax
'Declaration
Public Function GetChanges ( _
changes As IndexChanges _
) As Boolean
'Usage
Dim instance As Index
Dim changes As IndexChanges
Dim returnValue As Boolean
returnValue = instance.GetChanges(changes)
public bool GetChanges(
IndexChanges changes
)
public:
bool GetChanges(
IndexChanges changes
)
public function GetChanges(
changes : IndexChanges
) : boolean
Parameters
- changes
Type: Microsoft.Web.Management.DatabaseManager.IndexChanges
The IndexChanges flags.
Return Value
Type: System.Boolean
true if the index has changes; otherwise, false.
Remarks
This method uses values from the IndexChanges enumeration to define the type of change.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.