다음을 통해 공유


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

구문

‘선언
<SfcPropertyAttribute> _
Public Property XsdSchemaOption As XsdSchemaOption
    Get
    Set
‘사용 방법
Dim instance As SoapPayload
Dim value As XsdSchemaOption

value = instance.XsdSchemaOption

instance.XsdSchemaOption = value
[SfcPropertyAttribute]
public XsdSchemaOption XsdSchemaOption { get; set; }
[SfcPropertyAttribute]
public:
property XsdSchemaOption XsdSchemaOption {
    XsdSchemaOption get ();
    void set (XsdSchemaOption value);
}
[<SfcPropertyAttribute>]
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.

예제

끝점 구현