Partager via


Méthode BusinessLogicDataReader.GetName

Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.

Gets the name of the column.

Espace de noms :  Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly :  Microsoft.SqlServer.Replication.BusinessLogicSupport (en Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)

Syntaxe

'Déclaration
Public Function GetName ( _
    i As Integer _
) As String
'Utilisation
Dim instance As BusinessLogicDataReader 
Dim i As Integer 
Dim returnValue As String 

returnValue = instance.GetName(i)
public string GetName(
    int i
)
public:
virtual String^ GetName(
    int i
) sealed
abstract GetName : 
        i:int -> string  
override GetName : 
        i:int -> string
public final function GetName(
    i : int
) : String

Paramètres

Valeur de retour

Type : System.String
The name of the specified column.

Implémente

IDataRecord.GetName(Int32)

Voir aussi

Référence

BusinessLogicDataReader Classe

Espace de noms Microsoft.SqlServer.Replication.BusinessLogicSupport