ISql90SoapLanguageSpecifier.SchemaType 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 SchemaType As Sql90SoapSchemaType
Sql90SoapSchemaType SchemaType { get; set; }
property Sql90SoapSchemaType SchemaType {
Sql90SoapSchemaType get ();
void set (Sql90SoapSchemaType value);
}
abstract SchemaType : Sql90SoapSchemaType with get, set
function get SchemaType () : Sql90SoapSchemaType
function set SchemaType (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.