This document is archived and information here might be outdated.  Recommended version.


ISchemaLockInfo.TableName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IS > ISchemaLockInfo Interface > ISchemaLockInfo.TableName Property
ArcGIS Developer Help

ISchemaLockInfo.TableName Property

The name of the table with the schema lock.

[Visual Basic .NET]
Public ReadOnly Property TableName As String
[C#]
public string TableName {get;}
[C++]
HRESULT get_TableName(
  System.String* TableName
);
[C++]
Parameters
TableName [out, retval]

TableName is a parameter of type BSTR*

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

ISchemaLockInfo Interface