Subscription.GetFieldTypeMods Method

Gets the field modifiers of a field in the subscription record.

Пространство имен: Microsoft.SqlServer.NotificationServices
Сборка: Microsoft.SqlServer.NotificationServices (in microsoft.sqlserver.notificationservices.dll)

Синтаксис

'Декларация
Public Function GetFieldTypeMods ( _
    fieldOrdinal As Integer _
) As String
public string GetFieldTypeMods (
    int fieldOrdinal
)
public:
virtual String^ GetFieldTypeMods (
    int fieldOrdinal
) sealed
public final String GetFieldTypeMods (
    int fieldOrdinal
)
public final function GetFieldTypeMods (
    fieldOrdinal : int
) : String

Параметры

  • fieldOrdinal
    The zero-based ordinal of the subscription field for which you want the modifier returned.

Возвращаемое значение

A String containing the field type modifiers. Field modifiers include such information as whether the field accepts null values, or has a default specified.

Синхронизация потоков

Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Платформы

Платформы разработки

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

Целевые платформы

Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.

См. также

Справочник

Subscription Class
Subscription Members
Microsoft.SqlServer.NotificationServices Namespace