| Miner.Interop Namespace > IMMDefaultLoginObject2 Interface : ValidateSystemTables Method |
IWorkspace object indicating the workspace to which the user is logging in.
String value that tells the user which tables where NOT validated
'DeclarationFunction ValidateSystemTables( _ ByVal pWorkspace As ESRI.ArcGIS.Geodatabase.IWorkspace, _ ByVal sMsgCaption As System.String _ ) As System.Boolean
'UsageDim instance As IMMDefaultLoginObject2 Dim pWorkspace As ESRI.ArcGIS.Geodatabase.IWorkspace Dim sMsgCaption As System.String Dim value As System.Boolean value = instance.ValidateSystemTables(pWorkspace, sMsgCaption)
System.bool ValidateSystemTables( ESRI.ArcGIS.Geodatabase.IWorkspace pWorkspace, System.string sMsgCaption )
function ValidateSystemTables(
pWorkspace: ESRI.ArcGIS.Geodatabase.IWorkspace;
sMsgCaption: System.String
): System.Boolean;
function ValidateSystemTables( pWorkspace : ESRI.ArcGIS.Geodatabase.IWorkspace, sMsgCaption : System.String ) : System.boolean;
System.bool ValidateSystemTables( ESRI.ArcGIS.Geodatabase.IWorkspace* pWorkspace, System.string* sMsgCaption )
System.bool ValidateSystemTables( ESRI.ArcGIS.Geodatabase.IWorkspace^ pWorkspace, System.String^ sMsgCaption )
IWorkspace object indicating the workspace to which the user is logging in.
String value that tells the user which tables where NOT validated
| Visual Basic | Copy Code |
|
|---|---|---|
|
||
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2