Data Management Object Model Reference

GlobalVariables.Remove Method 

Removes the global variables at "index"

[Visual Basic]
NotOverridable Public Sub Remove( _
   ByVal Index As Object _
) _
    Implements IDataManagerGlobalVariables.Remove
[C#]
public void Remove(
   object Index
);

Parameters

Index

Implements

IDataManagerGlobalVariables.Remove

See Also

GlobalVariables Class | SPSSMR.Data.Transformations Namespace