XsdSchemaOption 열거형
The XsdSchemaOption enumeration contains constant values that specify whether an inline schema for the method result is returned in the SOAP response.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.SqlEnum.dll의 Microsoft.SqlServer.SqlEnum
구문
‘선언
Public Enumeration XsdSchemaOption
‘사용 방법
Dim instance As XsdSchemaOption
public enum XsdSchemaOption
public enum class XsdSchemaOption
type XsdSchemaOption
public enum XsdSchemaOption
멤버
멤버 이름 | 설명 | |
---|---|---|
None | No inline schema. | |
Standard | Standard inline schema (default). |
주의
The XsdSchemaOption enumeration class is served by the XsdSchemaOption property for the SoapPayload object.