Udostępnij przez


Metoda EnumResult.SetType

Renderuje typu wyniku na danych.Nie należy odwoływać się do tego elementu członkowskiego bezpośrednio w kodzie. Obsługuje on infrastrukturę programu SQL Server.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Sdk.Sfc
Zestaw:  Microsoft.SqlServer.Management.Sdk.Sfc (w Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Składnia

'Deklaracja
Protected Sub SetType ( _
    type As ResultType _
)
'Użycie
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
)

Parametry