Share via


ISql90SoapMethodSpecification.MethodSchemaType Property

Gets or sets a value that models the SCHEMA option.

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

Syntax

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

Property Value

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

.NET Framework Security

See Also

Reference

ISql90SoapMethodSpecification Interface

Microsoft.Data.Schema.Sql.SchemaModel Namespace