Freigeben über


EnumResult.SetType-Methode

Renders the result type on the data. Verweisen Sie nicht direkt im Code auf dieses Element. Unterstützt die SQL Server-Infrastruktur.

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
)

Parameter

Siehe auch

Verweis

EnumResult Klasse

Microsoft.SqlServer.Management.Sdk.Sfc-Namespace