UnpivotedTableSource.InColumns Property
Gets a list of the in columns.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public ReadOnly Property InColumns As IList(Of Column)
public IList<Column> InColumns { get; }
public:
property IList<Column^>^ InColumns {
IList<Column^>^ get ();
}
member InColumns : IList<Column>
function get InColumns () : IList<Column>
Property Value
Type: System.Collections.Generic.IList<Column>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.