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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.