Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the SOAP method schema value.
Namespace: Microsoft.Data.Schema.ScriptDom.Sql
Assembly: Microsoft.Data.Schema.ScriptDom.Sql (in Microsoft.Data.Schema.ScriptDom.Sql.dll)
Syntax
'Declaration
Public Property Schema As SoapMethodSchemas
public SoapMethodSchemas Schema { get; set; }
public:
property SoapMethodSchemas Schema {
SoapMethodSchemas get ();
void set (SoapMethodSchemas value);
}
member Schema : SoapMethodSchemas with get, set
function get Schema () : SoapMethodSchemas
function set Schema (value : SoapMethodSchemas)
Property Value
Type: Microsoft.Data.Schema.ScriptDom.Sql.SoapMethodSchemas
Returns a SoapMethodSchemas enumeration value.
Remarks
Determines whether an inline XSD schema will be returned.
.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.