LinkFieldType 列舉
The LinkFieldType enumeration contains values that specify the type of link field.
命名空間: Microsoft.SqlServer.Management.Smo
組件: Microsoft.SqlServer.SqlEnum (在 Microsoft.SqlServer.SqlEnum.dll 中)
語法
'宣告
Public Enumeration LinkFieldType
'用途
Dim instance As LinkFieldType
public enum LinkFieldType
public enum class LinkFieldType
type LinkFieldType
public enum LinkFieldType
成員
成員名稱 | 說明 | |
---|---|---|
Parent | The link field is linked to the parent. | |
Local | The link field is linked locally. | |
Computed | The link field is a computed value. | |
Filter | The link field is a filter. |