ISqlStatistic.SampleSize (Propiedad)
Obtiene o establece el tamaño de la muestra.
Espacio de nombres: Microsoft.Data.Schema.Sql.SchemaModel
Ensamblado: Microsoft.Data.Schema.Sql (en Microsoft.Data.Schema.Sql.dll)
Sintaxis
'Declaración
Property SampleSize As Integer
Get
Set
int SampleSize { get; set; }
property int SampleSize {
int get ();
void set (int value);
}
abstract SampleSize : int with get, set
function get SampleSize () : int
function set SampleSize (value : int)
Valor de propiedad
Tipo: System.Int32
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.