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
- 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.