Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Gets or sets the single select statement that defines return value, with only CTEs and XML namespaces possible.
Espacio de nombres: Microsoft.SqlServer.TransactSql.ScriptDom
Ensamblado: Microsoft.SqlServer.TransactSql.ScriptDom (en Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Sintaxis
'Declaración
Public Property SelectStatement As SelectStatement
Get
Set
'Uso
Dim instance As SelectFunctionReturnType
Dim value As SelectStatement
value = instance.SelectStatement
instance.SelectStatement = value
public SelectStatement SelectStatement { get; set; }
public:
property SelectStatement^ SelectStatement {
SelectStatement^ get ();
void set (SelectStatement^ value);
}
member SelectStatement : SelectStatement with get, set
function get SelectStatement () : SelectStatement
function set SelectStatement (value : SelectStatement)
Valor de la propiedad
Tipo: Microsoft.SqlServer.TransactSql.ScriptDom.SelectStatement
The single select statement that defines return value.
Vea también
Referencia
SelectFunctionReturnType Clase
Espacio de nombres Microsoft.SqlServer.TransactSql.ScriptDom