Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the SELECT statement.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Property Select As SelectStatement
Get
Set
'Usage
Dim instance As CursorDefinition
Dim value As SelectStatement
value = instance.Select
instance.Select = value
public SelectStatement Select { get; set; }
public:
property SelectStatement^ Select {
SelectStatement^ get ();
void set (SelectStatement^ value);
}
member Select : SelectStatement with get, set
function get Select () : SelectStatement
function set Select (value : SelectStatement)
Property Value
Type: Microsoft.SqlServer.TransactSql.ScriptDom.SelectStatement
The SELECT statement.