Compartilhar via


Construtor EnumResult (Object, ResultType)

Initializes a new instance of the EnumResult class with the specified object and resultType parameter. Não referencie esse membro diretamente no código. Ele dá suporte à infraestrutura do SQL Server.

Namespace:  Microsoft.SqlServer.Management.Sdk.Sfc
Assembly:  Microsoft.SqlServer.Management.Sdk.Sfc (em Microsoft.SqlServer.Management.Sdk.Sfc.dll)

Sintaxe

'Declaração
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