EndpointType 열거형
Specifies the types of endpoint.
네임스페이스: Microsoft.SqlServer.TransactSql.ScriptDom
어셈블리: Microsoft.SqlServer.TransactSql.ScriptDom(Microsoft.SqlServer.TransactSql.ScriptDom.dll)
구문
‘선언
Public Enumeration EndpointType
‘사용 방법
Dim instance As EndpointType
public enum EndpointType
public enum class EndpointType
type EndpointType
public enum EndpointType
멤버
멤버 이름 | 설명 | |
---|---|---|
DatabaseMirroring | The type is DatabaseMirroring. | |
NotSpecified | The type is NotSpecified. | |
ServiceBroker | The type is ServiceBroker. | |
Soap | The type is Soap. | |
TSql | The type is Transact-SQL. |