Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 ISql90Procedure
ISql90Procedure ActivationProcedure { get; set; }
property ISql90Procedure^ ActivationProcedure {
ISql90Procedure^ get ();
void set (ISql90Procedure^ value);
}
abstract ActivationProcedure : ISql90Procedure with get, set
function get ActivationProcedure () : ISql90Procedure
function set ActivationProcedure (value : ISql90Procedure)
Property Value
Type: Microsoft.Data.Schema.Sql.SchemaModel.ISql90Procedure
.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.