Propriété Startup
Gets a value that specifies whether the stored procedure runs when the instance of SQL Server starts up.
Espace de noms : Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly : Microsoft.SqlServer.Management.SqlParser (en Microsoft.SqlServer.Management.SqlParser.dll)
Syntaxe
'Déclaration
ReadOnly Property Startup As Boolean
Get
'Utilisation
Dim instance As IStoredProcedure
Dim value As Boolean
value = instance.Startup
bool Startup { get; }
property bool Startup {
bool get ();
}
abstract Startup : bool
function get Startup () : boolean
Valeur de propriété
Type : System. . :: . .Boolean
true if the stored procedure runs when the instance of SQL Server starts up; otherwise, false.