DatabaseAliasEntry.Convert(String, String, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
bool Convert(System::String ^ tableName, [Runtime::InteropServices::Out] System::String ^ % newTableName, bool matchRDBName);
public bool Convert (string tableName, out string newTableName, bool matchRDBName);
member this.Convert : string * * bool -> bool
Public Function Convert (tableName As String, ByRef newTableName As String, matchRDBName As Boolean) As Boolean
Parameters
- tableName
- String
- newTableName
- String
- matchRDBName
- Boolean