หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Gets the first list of select columns.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public ReadOnly Property SelectColumns As IList(Of SelectElement)
Get
'Usage
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>
Property Value
Type: System.Collections.Generic.IList<SelectElement>
The first list of select columns.