Subscription.GetFieldType Method
Returns the data type of a field in the subscription record.
Espace de noms: Microsoft.SqlServer.NotificationServices
Assembly: Microsoft.SqlServer.NotificationServices (in microsoft.sqlserver.notificationservices.dll)
Syntaxe
'Déclaration
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
Paramètres
- fieldOrdinal
The zero-based ordinal of the subscription field for which you want the type returned.
Valeur de retour
A String containing the field data type.
Sécurité des threads
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.
Plateformes
Plateformes de développement
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Plateformes cibles
Pour obtenir la liste des plateformes prises en charge, consultez Configuration matérielle et logicielle requise pour l'installation de SQL Server 2005.
Voir aussi
Référence
Subscription Class
Subscription Members
Microsoft.SqlServer.NotificationServices Namespace