ISql100Queue.ActivationProcedure Property
Gets or sets the procedure that will process messages in this queue.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Property ActivationProcedure As ISql100Procedure
ISql100Procedure ActivationProcedure { get; set; }
property ISql100Procedure^ ActivationProcedure {
ISql100Procedure^ get ();
void set (ISql100Procedure^ value);
}
abstract ActivationProcedure : ISql100Procedure with get, set
function get ActivationProcedure () : ISql100Procedure
function set ActivationProcedure (value : ISql100Procedure)
Property Value
Type: Microsoft.Data.Schema.Sql.SchemaModel.ISql100Procedure
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.