Méthode EnumResult.SetType
Renders the result type on the data. Ne faites pas directement référence à ce membre dans votre code. Il prend en charge l'infrastructure SQL Server.
Espace de noms : Microsoft.SqlServer.Management.Sdk.Sfc
Assembly : Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Syntaxe
'Déclaration
Protected Sub SetType ( _
type As ResultType _
)
'Utilisation
Dim type As ResultType
Me.SetType(type)
protected void SetType(
ResultType type
)
protected:
void SetType(
ResultType type
)
member SetType :
type:ResultType -> unit
protected function SetType(
type : ResultType
)
Paramètres
- type
Type : Microsoft.SqlServer.Management.Sdk.Sfc.ResultType
The type of result in the data.