Metodo EnumResult.SetType

Renders the result type on the data. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintassi

'Dichiarazione
Protected Sub SetType ( _
    type As ResultType _
)
'Utilizzo
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
)

Parametri

Vedere anche

Riferimento

EnumResult Classe

Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc