Represents the types of endpoint affinity.
命名空间: Microsoft.SqlServer.TransactSql.ScriptDom
程序集: Microsoft.SqlServer.TransactSql.ScriptDom(在 Microsoft.SqlServer.TransactSql.ScriptDom.dll 中)
语法
声明
Public Enumeration AffinityKind
用法
Dim instance As AffinityKind
public enum AffinityKind
public enum class AffinityKind
type AffinityKind
public enum AffinityKind
成员
| 成员名称 | 说明 | |
|---|---|---|
| Admin | The kind is Admin. | |
| Integer | The kind is Integer. | |
| None | The kind is None. | |
| NotSpecified | The kind is NotSpecified. |