Costruttore EnumResult (Object, ResultType)
Initializes a new instance of the EnumResult class with the specified object and resultType parameter. Non fare riferimento direttamente a questo membro nel codice. Supporta l'infrastruttura di SQL Server.
Spazio dei nomi Microsoft.SqlServer.Management.Sdk.Sfc
Assembly: Microsoft.SqlServer.Management.Sdk.Sfc (in Microsoft.SqlServer.Management.Sdk.Sfc.dll)
Sintassi
'Dichiarazione
Public Sub New ( _
ob As Object, _
resultType As ResultType _
)
'Utilizzo
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
)
Parametri
- ob
Tipo: System. . :: . .Object
The data.
- resultType
Tipo: Microsoft.SqlServer.Management.Sdk.Sfc. . :: . .ResultType
The type of data.
Vedere anche