共用方式為


QueryNotSupportedEnumeratorException 建構函式 (String)

string <parameterReference>message</parameterReference>

命名空間:  Microsoft.SqlServer.Management.Sdk.Sfc
組件:  Microsoft.SqlServer.Management.Sdk.Sfc (在 Microsoft.SqlServer.Management.Sdk.Sfc.dll 中)

語法

'宣告
Public Sub New ( _
    message As String _
)
'用途
Dim message As String 

Dim instance As New QueryNotSupportedEnumeratorException(message)
public QueryNotSupportedEnumeratorException(
    string message
)
public:
QueryNotSupportedEnumeratorException(
    String^ message
)
new : 
        message:string -> QueryNotSupportedEnumeratorException
public function QueryNotSupportedEnumeratorException(
    message : String
)

參數

  • message
    型別:System.String
    A String value that specifies the message string for the Query Not Supported Enumerator exception.

請參閱

參考

QueryNotSupportedEnumeratorException 類別

QueryNotSupportedEnumeratorException 多載

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