Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Represents the types of endpoint affinity.
Namespace: Microsoft.SqlServer.TransactSql.ScriptDom
Assembly: Microsoft.SqlServer.TransactSql.ScriptDom (in Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Syntax
'Declaration
Public Enumeration AffinityKind
'Usage
Dim instance As AffinityKind
public enum AffinityKind
public enum class AffinityKind
type AffinityKind
public enum AffinityKind
Members
| Member name | Description | |
|---|---|---|
| Admin | The kind is Admin. | |
| Integer | The kind is Integer. | |
| None | The kind is None. | |
| NotSpecified | The kind is NotSpecified. |