SfcObjectQuery.SfcQueryExpression Propiedad
Gets the most recent query string processed. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
Public ReadOnly Property SfcQueryExpression As SfcQueryExpression
Get
'Uso
Dim instance As SfcObjectQuery
Dim value As SfcQueryExpression
value = instance.SfcQueryExpression
public SfcQueryExpression SfcQueryExpression { get; }
public:
property SfcQueryExpression^ SfcQueryExpression {
SfcQueryExpression^ get ();
}
member SfcQueryExpression : SfcQueryExpression
function get SfcQueryExpression () : SfcQueryExpression
Valor de la propiedad
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.SfcQueryExpression
The most recent query.