Конструктор 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.