This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGpDispatch Interface > IGpDispatch.TestSchemaLock Method (ArcObjects .NET 10.4 SDK) |
Tests if an exclusive schema lock is set on a dataset.
[Visual Basic .NET] Public Function TestSchemaLock ( _ ByVal FileName As String _ ) As String
[C#] public string TestSchemaLock ( string FileName );
[C++]
HRESULT TestSchemaLock(
BSTR FileName,
BSTR* Status
);
[C++]
Parameters FileName [in] FileName is a parameter of type BSTR Status [out, retval] Status is a parameter of type BSTR