Share via


ISql90SoapMethodSpecification.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 Sql90SoapFormatType
'Usage
Dim instance As ISql90SoapMethodSpecification 
Dim value As Sql90SoapFormatType 

value = instance.Format

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

Property Value

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

.NET Framework Security

See Also

Reference

ISql90SoapMethodSpecification Interface

ISql90SoapMethodSpecification Members

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