InvalidSmoOperationException 생성자 (String, SqlSmoState)
Initializes a new instance of the InvalidSmoOperationException class with the specified message and SMO state.
네임스페이스: Microsoft.SqlServer.Management.Smo
어셈블리: Microsoft.SqlServer.Smo(Microsoft.SqlServer.Smo.dll)
구문
‘선언
Public Sub New ( _
opName As String, _
state As SqlSmoState _
)
‘사용 방법
Dim opName As String
Dim state As SqlSmoState
Dim instance As New InvalidSmoOperationException(opName, _
state)
public InvalidSmoOperationException(
string opName,
SqlSmoState state
)
public:
InvalidSmoOperationException(
String^ opName,
SqlSmoState state
)
new :
opName:string *
state:SqlSmoState -> InvalidSmoOperationException
public function InvalidSmoOperationException(
opName : String,
state : SqlSmoState
)
매개 변수
- opName
유형: System.String
A String value that specifies the name of the SMO operation that is not valid.
- state
유형: Microsoft.SqlServer.Management.Smo.SqlSmoState
A SqlSmoState object value that specifies the state of the SMO operation.
예
참고 항목
참조
InvalidSmoOperationException 클래스