FunctionNotASmoObjectException 생성자 (String, String)

Initializes a new instance of the ExceptionAlreadyRegisteredException class that has the specified function and object type.

네임스페이스:  Microsoft.SqlServer.Management.Dmf
어셈블리:  Microsoft.SqlServer.Dmf(Microsoft.SqlServer.Dmf.dll)

구문

‘선언
Public Sub New ( _
    functionName As String, _
    targetType As String _
)
‘사용 방법
Dim functionName As String 
Dim targetType As String 

Dim instance As New FunctionNotASmoObjectException(functionName, _
    targetType)
public FunctionNotASmoObjectException(
    string functionName,
    string targetType
)
public:
FunctionNotASmoObjectException(
    String^ functionName, 
    String^ targetType
)
new : 
        functionName:string * 
        targetType:string -> FunctionNotASmoObjectException
public function FunctionNotASmoObjectException(
    functionName : String, 
    targetType : String
)

매개 변수

  • functionName
    유형: System.String
    A String value that specifies the name of the function that is associated with the exception.
  • targetType
    유형: System.String
    A String value that specifies type of object that is not supported.

주의

이 네임스페이스, 클래스 또는 멤버는 Microsoft .NET Framework 2.0 버전에서만 지원됩니다.

SMO 예외 처리

참고 항목

참조

FunctionNotASmoObjectException 클래스

FunctionNotASmoObjectException 오버로드

Microsoft.SqlServer.Management.Dmf 네임스페이스