共用方式為


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 命名空間