MinMemoryPerQuery Propiedad
Obtiene el objeto ConfigProperty que se usa para establecer la opción de configuración Memoria mínima por consulta.
Espacio de nombres: Microsoft.SqlServer.Management.Smo
Ensamblado: Microsoft.SqlServer.Smo (en Microsoft.SqlServer.Smo.dll)
Sintaxis
'Declaración
Public ReadOnly Property MinMemoryPerQuery As ConfigProperty
Get
'Uso
Dim instance As Configuration
Dim value As ConfigProperty
value = instance.MinMemoryPerQuery
public ConfigProperty MinMemoryPerQuery { get; }
public:
property ConfigProperty^ MinMemoryPerQuery {
ConfigProperty^ get ();
}
member MinMemoryPerQuery : ConfigProperty
function get MinMemoryPerQuery () : ConfigProperty
Valor de la propiedad
Tipo: Microsoft.SqlServer.Management.Smo. . :: . .ConfigProperty
Objeto ConfigProperty que especifica los valores para la opción de configuración Memoria mínima por consulta.
Comentarios
This property specifies the minimum amount of memory, in KB, that are allocated for the execution of a query.
Vea también