Property.Inequality 运算符

Determines whether two objects are unequal by performing an inequality operation on two Property objects.

命名空间:  Microsoft.SqlServer.Management.Smo
程序集:  Microsoft.SqlServer.Smo(在 Microsoft.SqlServer.Smo.dll 中)

语法

声明
Public Shared Operator <> ( _
    prop1 As Property, _
    prop2 As Property _
) As Boolean
用法
Dim prop1 As [Property]
Dim prop2 As [Property]
Dim returnValue As Boolean 

returnValue = (prop1 <> prop2)
public static bool operator !=(
    Property prop1,
    Property prop2
)
public:
static bool operator !=(
    Property^ prop1, 
    Property^ prop2
)
static let inline(<>)
        prop1:Property * 
        prop2:Property  : bool
JScript 支持使用重载的运算符,但不支持声明新重载运算符。

参数

返回值

类型:System.Boolean
A Boolean object that specifies whether the two specified objects are equal.If True, the two specified objects are unequal.If False, the two specified objects are equal.

示例

设置属性

请参阅

参考

Property 类

Microsoft.SqlServer.Management.Smo 命名空间