Sdílet prostřednictvím


EnumResult.SetType Method

Renders the result type on the data. Do not reference this member directly in your code. It supports the SQL Server infrastructure.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Syntax

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

Parameters