QuerySpecification.SelectElements 속성
Gets a list of the selected columns or set variables.
네임스페이스: Microsoft.SqlServer.TransactSql.ScriptDom
어셈블리: Microsoft.SqlServer.TransactSql.ScriptDom(Microsoft.SqlServer.TransactSql.ScriptDom.dll)
구문
‘선언
Public ReadOnly Property SelectElements As IList(Of SelectElement)
Get
‘사용 방법
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>
속성 값
유형: System.Collections.Generic.IList<SelectElement>
A list of the selected columns or set variables.