JAMS 6.x Help
ExistsInPath Method (IVariableSQL)


Validates if a Variable exists within the given Folder's search path.
Syntax
'Declaration
 
<System.ServiceModel.OperationContractAttribute()>
<System.ServiceModel.FaultContractAttribute(DetailType=MVPSI.JAMS.JAMSException, 
   Action="", 
   Name="", 
   Namespace="", 
   ProtectionLevel=ProtectionLevel.None, 
   HasProtectionLevel=False)>
Sub ExistsInPath( _
   ByRef variableID As System.Integer, _
   ByVal folderId As System.Integer, _
   ByVal variableName As System.String, _
   ByRef validationLog As ValidationLog _
) 
'Usage
 
Dim instance As IVariableSQL
Dim variableID As System.Integer
Dim folderId As System.Integer
Dim variableName As System.String
Dim validationLog As ValidationLog
 
instance.ExistsInPath(variableID, folderId, variableName, validationLog)
[System.ServiceModel.OperationContract()]
[System.ServiceModel.FaultContract(DetailType=MVPSI.JAMS.JAMSException, 
   Action="", 
   Name="", 
   Namespace="", 
   ProtectionLevel=ProtectionLevel.None, 
   HasProtectionLevel=false)]
void ExistsInPath( 
   ref System.int variableID,
   System.int folderId,
   System.string variableName,
   out ValidationLog validationLog
)

Parameters

variableID
folderId
variableName
validationLog
Requirements

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

See Also

Reference

IVariableSQL Interface
IVariableSQL Members

Send Feedback