This document is archived and information here might be outdated. Recommended version. |
Removes all attributes, dimensions, and dimension values associated with the specified variable.
[Visual Basic .NET]
Public Sub RemoveVariable ( _
ByVal bsVariableName As String _
)
[C#]
public void RemoveVariable (
string bsVariableName
);
[C++]
HRESULT RemoveVariable(
BSTR bsVariableName
);
[C++] Parameters bsVariableName [in]
bsVariableName is a parameter of type BSTR