Примечание.
Для доступа к этой странице требуется авторизация. Вы можете попробовать войти или изменить каталоги.
Для доступа к этой странице требуется авторизация. Вы можете попробовать изменить каталоги.
Gets or sets the name of the broker instance specifier.
Пространство имен: Microsoft.SqlServer.TransactSql.ScriptDom
Сборка: Microsoft.SqlServer.TransactSql.ScriptDom (в Microsoft.SqlServer.TransactSql.ScriptDom.dll)
Синтаксис
'Декларация
Public Property BrokerInstanceSpecifier As Literal
Get
Set
'Применение
Dim instance As CreateEventNotificationStatement
Dim value As Literal
value = instance.BrokerInstanceSpecifier
instance.BrokerInstanceSpecifier = value
public Literal BrokerInstanceSpecifier { get; set; }
public:
property Literal^ BrokerInstanceSpecifier {
Literal^ get ();
void set (Literal^ value);
}
member BrokerInstanceSpecifier : Literal with get, set
function get BrokerInstanceSpecifier () : Literal
function set BrokerInstanceSpecifier (value : Literal)
Значение свойства
Тип: Microsoft.SqlServer.TransactSql.ScriptDom.Literal
The name of the broker instance specifier.