Data Management Object Model Reference

SQLStatementUtil.FixNamesFor_NON_MROLEDB_Target_GENERICOLEDB Method 

Appends an extra " for field names This is neccessary for non Microsoft NON MROLEDB targets

[Visual Basic]
Public Shared Function FixNamesFor_NON_MROLEDB_Target_GENERICOLEDB( _
   ByVal name As String _
) As String
[C#]
public static string FixNamesFor_NON_MROLEDB_Target_GENERICOLEDB(
   string name
);

Parameters

name

Return Value

See Also

SQLStatementUtil Class | SPSSMR.Data Namespace