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