Dela via


ISqlStatistic.SampleSize Property

Namespace:  Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly:  Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)

Syntax

'Declaration
Property SampleSize As Integer
'Usage
Dim instance As ISqlStatistic 
Dim value As Integer 

value = instance.SampleSize

instance.SampleSize = value
int SampleSize { get; set; }
property int SampleSize {
    int get ();
    void set (int value);
}
function get SampleSize () : int 
function set SampleSize (value : int)

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

ISqlStatistic Interface

ISqlStatistic Members

Microsoft.Data.Schema.Sql.SchemaModel.SqlServer Namespace