SoapMethodSchemas 열거형
Represents the types of soap method schema.
네임스페이스: Microsoft.SqlServer.TransactSql.ScriptDom
어셈블리: Microsoft.SqlServer.TransactSql.ScriptDom(Microsoft.SqlServer.TransactSql.ScriptDom.dll)
구문
‘선언
<SerializableAttribute> _
Public Enumeration SoapMethodSchemas
‘사용 방법
Dim instance As SoapMethodSchemas
[SerializableAttribute]
public enum SoapMethodSchemas
[SerializableAttribute]
public enum class SoapMethodSchemas
[<SerializableAttribute>]
type SoapMethodSchemas
public enum SoapMethodSchemas
멤버
멤버 이름 | 설명 | |
---|---|---|
Default | The Schema is Default. | |
None | The Schema is None. | |
NotSpecified | The Schema is NotSpecified. | |
Standard | The Schema is Standard. |