Proprietà Startup
Gets a value that specifies whether the stored procedure runs when the instance of SQL Server starts up.
Spazio dei nomi Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (in Microsoft.SqlServer.Management.SqlParser.dll)
Sintassi
'Dichiarazione
ReadOnly Property Startup As Boolean
Get
'Utilizzo
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
Valore proprietà
Tipo: System. . :: . .Boolean
true if the stored procedure runs when the instance of SQL Server starts up; otherwise, false.
Vedere anche