Share via


ISql90SoapMethodSpecification.Format Property

Gets or sets a value that models the FORMAT option.

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

Syntax

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

Property Value

Type: Microsoft.Data.Schema.Sql.SchemaModel.Sql90SoapFormatType

.NET Framework Security

See Also

Reference

ISql90SoapMethodSpecification Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace