Dela via


ISql90Aggregate.Format Property

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

Syntax

'Declaration
Property Format As Nullable(Of Format)
'Usage
Dim instance As ISql90Aggregate 
Dim value As Nullable(Of Format)

value = instance.Format

instance.Format = value
Nullable<Format> Format { get; set; }
property Nullable<Format> Format {
    Nullable<Format> get ();
    void set (Nullable<Format> value);
}
function get Format () : Nullable<Format>
function set Format (value : Nullable<Format>)

Property Value

Type: System.Nullable<Format>

.NET Framework Security

See Also

Reference

ISql90Aggregate Interface

ISql90Aggregate Members

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