Condividi tramite


Subscription.GetFieldType Method

Returns the data type of a field in the subscription record.

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

Sintassi

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

Parametri

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

Valore restituito

A String containing the field data type.

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

Subscription Class
Subscription Members
Microsoft.SqlServer.NotificationServices Namespace