共用方式為


MethodXsdSchemaOption 屬性

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.

命名空間:  Microsoft.SqlServer.Management.Smo
組件:  Microsoft.SqlServer.Smo (在 Microsoft.SqlServer.Smo.dll 中)

語法

'宣告
<SfcPropertyAttribute> _
Public Property MethodXsdSchemaOption As MethodXsdSchemaOption
    Get
    Set
'用途
Dim instance As SoapPayloadMethod
Dim value As MethodXsdSchemaOption

value = instance.MethodXsdSchemaOption

instance.MethodXsdSchemaOption = value
[SfcPropertyAttribute]
public MethodXsdSchemaOption MethodXsdSchemaOption { get; set; }
[SfcPropertyAttribute]
public:
property MethodXsdSchemaOption MethodXsdSchemaOption {
    MethodXsdSchemaOption get ();
    void set (MethodXsdSchemaOption value);
}
[<SfcPropertyAttribute>]
member MethodXsdSchemaOption : MethodXsdSchemaOption with get, set
function get MethodXsdSchemaOption () : MethodXsdSchemaOption
function set MethodXsdSchemaOption (value : MethodXsdSchemaOption)

屬性值

型別:Microsoft.SqlServer.Management.Smo. . :: . .MethodXsdSchemaOption
A MethodXsdSchemaOption object value that specifies how the XSD schema for the method result is returned in the SOAP payload response.

備註

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.

範例

實作端點