Share via


ISql90UserDefinedType.Format Property

Gets or sets the type format.

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)
    Get
    Set
'Usage
Dim instance As ISql90UserDefinedType
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>)
abstract Format : Nullable<Format> with get, set

Property Value

Type: System.Nullable<Format>

.NET Framework Security

See Also

Reference

ISql90UserDefinedType Interface

ISql90UserDefinedType Members

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