SqlEnumResult 构造函数

不要在您的代码中直接引用此成员。它支持 SQL Server 基础结构。 Initializes an instance of the Microsoft.SqlServer.Management.Sdk.Sfc.SqlEnumResult class with the specified statement builder object, result type, and Database Engine type.

命名空间:  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, _
    databaseEngineType As DatabaseEngineType _
)
用法
Dim ob As Object 
Dim resultType As ResultType 
Dim databaseEngineType As DatabaseEngineType 

Dim instance As New SqlEnumResult(ob, resultType, _
    databaseEngineType)
public SqlEnumResult(
    Object ob,
    ResultType resultType,
    DatabaseEngineType databaseEngineType
)
public:
SqlEnumResult(
    Object^ ob, 
    ResultType resultType, 
    DatabaseEngineType databaseEngineType
)
new : 
        ob:Object * 
        resultType:ResultType * 
        databaseEngineType:DatabaseEngineType -> SqlEnumResult
public function SqlEnumResult(
    ob : Object, 
    resultType : ResultType, 
    databaseEngineType : DatabaseEngineType
)

参数

  • ob
    类型:System.Object
    A T:System.Object that specifies a statement builder.

请参阅

参考

SqlEnumResult 类

Microsoft.SqlServer.Management.Sdk.Sfc 命名空间