다음을 통해 공유


PropertyNotSetException 생성자 (String)

Initializes a new instance of the PropertyNotSetException class with the specified property.

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

구문

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

Dim instance As New PropertyNotSetException(propertyName)
public PropertyNotSetException(
    string propertyName
)
public:
PropertyNotSetException(
    String^ propertyName
)
new : 
        propertyName:string -> PropertyNotSetException
public function PropertyNotSetException(
    propertyName : String
)

매개 변수

  • propertyName
    유형: System.String
    A String value that specifies the name of the property is not set.

SMO 예외 처리

참고 항목

참조

PropertyNotSetException 클래스

PropertyNotSetException 오버로드

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