Свойство Startup
Gets a value that specifies whether the stored procedure runs when the instance of SQL Server starts up.
Пространство имен: Microsoft.SqlServer.Management.SqlParser.Metadata
Сборка: Microsoft.SqlServer.Management.SqlParser (в Microsoft.SqlServer.Management.SqlParser.dll)
Синтаксис
'Декларация
ReadOnly Property Startup As Boolean
Get
'Применение
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
Значение свойства
Тип: System. . :: . .Boolean
true if the stored procedure runs when the instance of SQL Server starts up; otherwise, false.