SoapPayloadMethod.MethodXsdSchemaOption Property
Gets or sets the method XSD schema option that specifies how the XSD schema for the method result is returned in the SOAP payload response.
Namespace: Microsoft.SqlServer.Management.Smo
Assembly: Microsoft.SqlServer.Smo (in microsoft.sqlserver.smo.dll)
Syntax
'Declaration
Public Property MethodXsdSchemaOption As MethodXsdSchemaOption
public MethodXsdSchemaOption MethodXsdSchemaOption { get; set; }
public:
property MethodXsdSchemaOption MethodXsdSchemaOption {
MethodXsdSchemaOption get ();
void set (MethodXsdSchemaOption value);
}
/** @property */
public MethodXsdSchemaOption get_MethodXsdSchemaOption ()
/** @property */
public void set_MethodXsdSchemaOption (MethodXsdSchemaOption value)
public function get MethodXsdSchemaOption () : MethodXsdSchemaOption
public function set MethodXsdSchemaOption (value : MethodXsdSchemaOption)
Property Value
A MethodXsdSchemaOption object value that specifies how the XSD schema for the method result is returned in the SOAP payload response.
Remarks
If no value is specified for the MethodXsdSchemaOption property, the configured default for the endpoint is assumed.
This property must be set before the object is created.
This namespace, class, or member is supported only in version 2.0 of the Microsoft .NET Framework.
Example
How to: Create a Database Mirroring Endpoint Service in Visual Basic .NET
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server 2005.
See Also
Reference
SoapPayloadMethod Class
SoapPayloadMethod Members
Microsoft.SqlServer.Management.Smo Namespace