EnumResult 构造函数 (Object, ResultType)
Initializes a new instance of the EnumResult class with the specified object and resultType parameter. 不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。
命名空间: Microsoft.SqlServer.Management.Sdk.Sfc
程序集: Microsoft.SqlServer.Management.Sdk.Sfc(在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)
语法
声明
Public Sub New ( _
ob As Object, _
resultType As ResultType _
)
用法
Dim ob As Object
Dim resultType As ResultType
Dim instance As New EnumResult(ob, resultType)
public EnumResult(
Object ob,
ResultType resultType
)
public:
EnumResult(
Object^ ob,
ResultType resultType
)
new :
ob:Object *
resultType:ResultType -> EnumResult
public function EnumResult(
ob : Object,
resultType : ResultType
)
参数
- ob
类型:System. . :: . .Object
The data.
- resultType
类型:Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .ResultType
The type of data.