ReceiveStatement.SelectElements 属性
Gets or sets the selected columns or set variables, the strong types of objects that can be here are SelectColumn and SelectSetVariable.
命名空间: 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 ReceiveStatement
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>
The selected columns or set variables.