StoredProcedure.Startup Property
Gets or sets the Boolean property value that specifies whether the stored procedure runs when the instance of Microsoft SQL Server starts up.
Assembly: Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
[SfcPropertyAttribute(SfcPropertyFlags.None | SfcPropertyFlags.Standalone | SfcPropertyFlags.SqlAzureDatabase | SfcPropertyFlags.Design)] public bool Startup { get; set; }
Property Value
Type: System.BooleanA Boolean value that specifies whether the stored procedure runs when the instance of SQL Server starts up.
If True, the stored procedure runs at startup time.
If False (default), the stored procedure does not run at startup time.
Show: