ISql90SoapLanguageSpecifier.SchemaType Property
Namespace: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Property SchemaType As Sql90SoapSchemaType
'Usage
Dim instance As ISql90SoapLanguageSpecifier
Dim value As Sql90SoapSchemaType
value = instance.SchemaType
instance.SchemaType = value
Sql90SoapSchemaType SchemaType { get; set; }
property Sql90SoapSchemaType SchemaType {
Sql90SoapSchemaType get ();
void set (Sql90SoapSchemaType value);
}
function get SchemaType () : Sql90SoapSchemaType
function set SchemaType (value : Sql90SoapSchemaType)
Property Value
Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.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.
See Also
Reference
ISql90SoapLanguageSpecifier Interface