Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
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. |