Share via


ISql90SoapLanguageSpecifier.HeaderLimit Property

Gets or sets a value that models the HEADER_LIMIT option.

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

Syntax

'Declaration
Property HeaderLimit As Integer
int HeaderLimit { get; set; }
property int HeaderLimit {
    int get ();
    void set (int value);
}
abstract HeaderLimit : int with get, set
function get HeaderLimit () : int
function set HeaderLimit (value : int)

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

ISql90SoapLanguageSpecifier Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace