MethodXsdSchemaOption 列挙体

MethodXsdSchemaOption 列挙には、SOAP メソッドについて返される XSD スキーマを示す値が含まれます。

名前空間:  Microsoft.SqlServer.Management.Smo
アセンブリ:  Microsoft.SqlServer.SqlEnum (Microsoft.SqlServer.SqlEnum.dll)

構文

'宣言
Public Enumeration MethodXsdSchemaOption
'使用
Dim instance As MethodXsdSchemaOption
public enum MethodXsdSchemaOption
public enum class MethodXsdSchemaOption
type MethodXsdSchemaOption
public enum MethodXsdSchemaOption

メンバー

メンバー名 説明
Default 値 = 2。HTTP エンドポイントの既定の設定で定義された XSD スキーマを返します。
None 値 = 0。結果と共にインライン XSD スキーマを返しません。
Standard 値 = 1。結果と共にインライン XSD を返します。

説明

MethodXsdSchemaOption 列挙クラスは、MethodXsdSchemaOption メソッドによって処理されます。

関連項目

参照

Microsoft.SqlServer.Management.Smo 名前空間