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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.