หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Gets a list of the selected columns or set variables.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public ReadOnly Property SelectElements As IList(Of SelectElement)
Get
'Usage
Dim instance As QuerySpecification
Dim value As IList(Of SelectElement)
value = instance.SelectElements
public IList<SelectElement> SelectElements { get; }
public:
property IList<SelectElement^>^ SelectElements {
IList<SelectElement^>^ get ();
}
member SelectElements : IList<SelectElement>
function get SelectElements () : IList<SelectElement>
Property Value
Type: System.Collections.Generic.IList<SelectElement>
A list of the selected columns or set variables.