Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Initializes a new instance of the EnumResult class with the specified object and resultType parameter. No haga referencia directamente a este miembro en el código. Admite la infraestructura de SQL Server.
Espacio de nombres: Microsoft.SqlServer.Management.Sdk.Sfc
Ensamblado: Microsoft.SqlServer.Management.Sdk.Sfc (en Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintaxis
'Declaración
Public Sub New ( _
ob As Object, _
resultType As ResultType _
)
'Uso
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
)
Parámetros
- ob
Tipo: System.Object
The data.
- resultType
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc.ResultType
The type of data.