ISqlTransformerCallback.GetTableColumns(String) 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:
cli::array <Tuple<System::String ^, System::String ^, bool> ^> ^ GetTableColumns(System::String ^ tableName);
public Tuple<string,string,bool>[] GetTableColumns (string tableName);
abstract member GetTableColumns : string -> string * string * bool[]
Public Function GetTableColumns (tableName As String) As Tuple(Of String, String, Boolean)()
Parameters
- tableName
- String