MVPSI.JAMS Namespace > IVariableSQL Interface : Check Method |
'Declaration
<System.ServiceModel.OperationContractAttribute()> <System.ServiceModel.FaultContractAttribute(DetailType=MVPSI.JAMS.JAMSException, Action="", Name="", Namespace="", ProtectionLevel=ProtectionLevel.None, HasProtectionLevel=False)> Function Check( _ ByRef variableID As System.Integer, _ ByVal variableName As System.String, _ ByVal parentFolderID As System.Integer, _ ByVal isNameRelative As System.Boolean, _ ByVal access As VariableAccess _ ) As ValidationLog
'Usage
Dim instance As IVariableSQL Dim variableID As System.Integer Dim variableName As System.String Dim parentFolderID As System.Integer Dim isNameRelative As System.Boolean Dim access As VariableAccess Dim value As ValidationLog value = instance.Check(variableID, variableName, parentFolderID, isNameRelative, access)
[System.ServiceModel.OperationContract()] [System.ServiceModel.FaultContract(DetailType=MVPSI.JAMS.JAMSException, Action="", Name="", Namespace="", ProtectionLevel=ProtectionLevel.None, HasProtectionLevel=false)] ValidationLog Check( ref System.int variableID, System.string variableName, System.int parentFolderID, System.bool isNameRelative, VariableAccess access )
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