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 네임스페이스