Condividi tramite


NotificationClass.NotificationFieldType Method

Gets the data type of a field in the notification class.

Spazio dei nomi: Microsoft.SqlServer.NotificationServices
Assembly : Microsoft.SqlServer.NotificationServices (in microsoft.sqlserver.notificationservices.dll)

Sintassi

'Dichiarazione
Public Function NotificationFieldType ( _
    fieldOrdinal As Integer _
) As String
public string NotificationFieldType (
    int fieldOrdinal
)
public:
virtual String^ NotificationFieldType (
    int fieldOrdinal
) sealed
public final String NotificationFieldType (
    int fieldOrdinal
)
public final function NotificationFieldType (
    fieldOrdinal : int
) : String

Parametri

  • fieldOrdinal

Valore restituito

A string containing the data type of the field.

Osservazioni

For more information about notification fields, see Definizione dello schema delle notifiche.

Thread Safety

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.

Piattaforme

Piattaforme di sviluppo

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Piattaforme di destinazione

Per un elenco delle piattaforme supportate, vedere Requisiti hardware e software per l'Installazione di SQL Server 2005.

Vedere anche

Riferimento

NotificationClass Class
NotificationClass Members
Microsoft.SqlServer.NotificationServices Namespace