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.
Платформы
Платформы разработки
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
Целевые платформы
Список поддерживаемых платформ см. в разделе Hardware and Software Requirements for Installing SQL Server 2005.
См. также
Справочник
PropertyStatement Class
PropertyStatement Members
Microsoft.SqlServer.NotificationServices.Rules Namespace