SoapPayload.XsdSchemaOption 属性

Gets or sets the XSD schema option, which specifies how results are returned from an inline XSD schema.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
<SfcPropertyAttribute(SfcPropertyFlags.Standalone)> _
Public Property XsdSchemaOption As XsdSchemaOption 
    Get 
    Set
用法
Dim instance As SoapPayload 
Dim value As XsdSchemaOption 

value = instance.XsdSchemaOption

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

属性值

类型:Microsoft.SqlServer.Management.Smo.XsdSchemaOption
An XsdSchemaOption object value that specifies the method for returning results from an inline XSD schema.

注释

The XsdSchemaOption property specifies whether an inline XSD schema for the method result is returned in the SOAP response. An individual method can override this setting.

示例

实现端点

请参阅

参考

SoapPayload 类

Microsoft.SqlServer.Management.Smo 命名空间