EnumResult Constructor (Object, ResultType)
Initializes a new instance of the EnumResult class with the specified object and resultType parameter. 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
Public Sub New ( _
ob As Object, _
resultType As ResultType _
)
'Usage
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
)
Parameters
- ob
Type: System.Object
The data.
- resultType
Type: Microsoft.SqlServer.Management.Sdk.Sfc.ResultType
The type of data.
See Also