WrongPropertyValueException.Property 속성

Gets the property that was assigned the wrong property value that caused the wrong property value exception to be raised.

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

구문

‘선언
Public ReadOnly Property Property As Property 
    Get
‘사용 방법
Dim instance As WrongPropertyValueException 
Dim value As [Property]

value = instance.Property
public Property Property { get; }
public:
property Property^ Property {
    Property^ get ();
}
member Property : Property
function get Property () : Property

속성 값

유형: Microsoft.SqlServer.Management.Smo.Property
A Property object value that specifies the property that was assigned the wrong value.

SMO 예외 처리

참고 항목

참조

WrongPropertyValueException 클래스

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