Dela via


ISql100EventSession.MaxEventSizeSpecifiedAs Property

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

Syntax

'Declaration
Property MaxEventSizeSpecifiedAs As SqlMemoryUnit
'Usage
Dim instance As ISql100EventSession 
Dim value As SqlMemoryUnit 

value = instance.MaxEventSizeSpecifiedAs

instance.MaxEventSizeSpecifiedAs = value
SqlMemoryUnit MaxEventSizeSpecifiedAs { get; set; }
property SqlMemoryUnit MaxEventSizeSpecifiedAs {
    SqlMemoryUnit get ();
    void set (SqlMemoryUnit value);
}
function get MaxEventSizeSpecifiedAs () : SqlMemoryUnit 
function set MaxEventSizeSpecifiedAs (value : SqlMemoryUnit)

Property Value

Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.SqlMemoryUnit

.NET Framework Security

See Also

Reference

ISql100EventSession Interface

ISql100EventSession Members

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