ISql100ServerAudit.MaxSize Property
Gets or sets the maximum size.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Property MaxSize As Nullable(Of Integer)
Get
Set
'Usage
Dim instance As ISql100ServerAudit
Dim value As Nullable(Of Integer)
value = instance.MaxSize
instance.MaxSize = value
Nullable<int> MaxSize { get; set; }
property Nullable<int> MaxSize {
Nullable<int> get ();
void set (Nullable<int> value);
}
function get MaxSize () : Nullable<int>
function set MaxSize (value : Nullable<int>)
abstract MaxSize : Nullable<int> with get, set
Property Value
Type: System.Nullable<Int32>
Returns an integer containing the maximum size.
.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.