Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the list of the include columns.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public ReadOnly Property IncludeColumns As IList(Of ColumnReferenceExpression)
Get
'Usage
Dim instance As CreateIndexStatement
Dim value As IList(Of ColumnReferenceExpression)
value = instance.IncludeColumns
public IList<ColumnReferenceExpression> IncludeColumns { get; }
public:
property IList<ColumnReferenceExpression^>^ IncludeColumns {
IList<ColumnReferenceExpression^>^ get ();
}
member IncludeColumns : IList<ColumnReferenceExpression>
function get IncludeColumns () : IList<ColumnReferenceExpression>
Property Value
Type: System.Collections.Generic.IList<ColumnReferenceExpression>
The list of the include columns.