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 (在 Microsoft.SqlServer.SqlEnum.dll 中)
語法
'宣告
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.