다음을 통해 공유


OutputIntoClause.SelectColumns 속성

Gets the first list of select columns.

네임스페이스:  Microsoft.SqlServer.TransactSql.ScriptDom
어셈블리:  Microsoft.SqlServer.TransactSql.ScriptDom(Microsoft.SqlServer.TransactSql.ScriptDom.dll)

구문

‘선언
Public ReadOnly Property SelectColumns As IList(Of SelectElement)
    Get
‘사용 방법
Dim instance As OutputIntoClause 
Dim value As IList(Of SelectElement)

value = instance.SelectColumns
public IList<SelectElement> SelectColumns { get; }
public:
property IList<SelectElement^>^ SelectColumns {
    IList<SelectElement^>^ get ();
}
member SelectColumns : IList<SelectElement>
function get SelectColumns () : IList<SelectElement>

속성 값

유형: System.Collections.Generic.IList<SelectElement>
The first list of select columns.

참고 항목

참조

OutputIntoClause 클래스

Microsoft.SqlServer.TransactSql.ScriptDom 네임스페이스