LinkFieldType 열거형
The LinkFieldType enumeration contains values that specify the type of link field.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.SqlEnum.dll의 Microsoft.SqlServer.SqlEnum
구문
‘선언
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. |