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 activation procedure.
Namespace: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer
Assembly: Microsoft.Data.Schema.Sql (in Microsoft.Data.Schema.Sql.dll)
Syntax
'Declaration
Property ActivationProcedure As ISql90Procedure
'Usage
Dim instance As ISql90Queue
Dim value As ISql90Procedure
value = instance.ActivationProcedure
instance.ActivationProcedure = value
ISql90Procedure ActivationProcedure { get; set; }
property ISql90Procedure^ ActivationProcedure {
ISql90Procedure^ get ();
void set (ISql90Procedure^ value);
}
function get ActivationProcedure () : ISql90Procedure
function set ActivationProcedure (value : ISql90Procedure)
Property Value
Type: Microsoft.Data.Schema.Sql.SchemaModel.SqlServer.ISql90Procedure
Returns a 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.