Freigeben über


ISql90UserDefinedType.Format-Eigenschaft

Ruft das Format ab oder legt das Format fest.

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

Syntax

'Declaration
Property Format As Format
    Get
    Set
Format Format { get; set; }
property Format Format {
    Format get ();
    void set (Format value);
}
abstract Format : Format with get, set
function get Format () : Format
function set Format (value : Format)

Eigenschaftswert

Typ: Microsoft.SqlServer.Server.Format

.NET Framework-Sicherheit

Siehe auch

Referenz

ISql90UserDefinedType Schnittstelle

Microsoft.Data.Schema.Sql.SchemaModel-Namespace