Méthode TempDBResultSet.SetColumnInfo
Cette API prend en charge l'infrastructure SQL Server 2012 et n'est pas destinée à être utilisée directement à partir de votre code.
Set the information for a specified column.
Espace de noms : Microsoft.SqlServer.Replication.BusinessLogicSupport
Assembly : Microsoft.SqlServer.Replication.BusinessLogicSupport (en Microsoft.SqlServer.Replication.BusinessLogicSupport.dll)
Syntaxe
'Déclaration
Public Sub SetColumnInfo ( _
index As Integer, _
name As String, _
type As Type, _
maxSize As Integer _
)
'Utilisation
Dim instance As TempDBResultSet
Dim index As Integer
Dim name As String
Dim type As Type
Dim maxSize As Integer
instance.SetColumnInfo(index, name, type, _
maxSize)
public void SetColumnInfo(
int index,
string name,
Type type,
int maxSize
)
public:
void SetColumnInfo(
int index,
String^ name,
Type^ type,
int maxSize
)
member SetColumnInfo :
index:int *
name:string *
type:Type *
maxSize:int -> unit
public function SetColumnInfo(
index : int,
name : String,
type : Type,
maxSize : int
)
Paramètres
- index
Type : System.Int32
The index.
- name
Type : System.String
The name of the information.
- type
Type : System.Type
The type of information.
- maxSize
Type : System.Int32
The maximum size of the information.
Voir aussi
Référence
Espace de noms Microsoft.SqlServer.Replication.BusinessLogicSupport