PropertyStatement.Result Property
Gets or sets the result returned when the statement's condition is met.
命名空间: Microsoft.SqlServer.NotificationServices.Rules
程序集: Microsoft.SqlServer.NotificationServices.Rules (in microsoft.sqlserver.notificationservices.rules.dll)
语法
声明
Public Property Result As Argument
public Argument Result { get; set; }
public:
property Argument^ Result {
Argument^ get ();
void set (Argument^ value);
}
/** @property */
public Argument get_Result ()
/** @property */
public void set_Result (Argument value)
public function get Result () : Argument
public function set Result (value : Argument)
属性值
The Argument object that represents the scalar result to return.
备注
You can define a NULL result by setting the P:Microsoft.SqlServer.NotificationServices.Rules.PropertyStatement.Result
property to new ConstantValue(null)
.
线程安全
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
平台
开发平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。
目标平台
有关支持的平台列表,请参阅安装 SQL Server 2005 的硬件和软件要求。
请参阅
参考
PropertyStatement Class
PropertyStatement Members
Microsoft.SqlServer.NotificationServices.Rules Namespace