Data Management Object Model Reference

SQLStatementUtil.GlobalSQLVariablesStringCollection Method 

Converts an SQL statement into a string collection of GlobalSQLVariables

[Visual Basic]
Public Shared Function GlobalSQLVariablesStringCollection( _
   ByVal sql As String, _
   ByVal all As StringCollection _
) As StringCollection
[C#]
public static StringCollection GlobalSQLVariablesStringCollection(
   string sql,
   StringCollection all
);

See Also

SQLStatementUtil Class | SPSSMR.Data Namespace