共用方式為


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 命名空間