SetType 方法
Renders the result type on the data. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。
命名空间: Microsoft.SqlServer.Management.Sdk.Sfc
程序集: Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)
语法
声明
Protected Sub SetType ( _
type As ResultType _
)
用法
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
)
参数
- type
类型:Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .ResultType
The type of result in the data.