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.dll의 Microsoft.SqlServer.Smo

구문

‘선언
<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.

예제

끝점 구현