Método EnumResult.SetType
Renders the result type on the data. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.
Namespace: Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxe
'Declaração
Protected Sub SetType ( _
type As ResultType _
)
'Uso
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
)
Parâmetros
- type
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.ResultType
The type of result in the data.