Propriedade do RDL Startup
Gets a value that specifies whether the stored procedure runs when the instance of SQL Server starts up.
Namespace: Microsoft.SqlServer.Management.SqlParser.Metadata
Assembly: Microsoft.SqlServer.Management.SqlParser (em Microsoft.SqlServer.Management.SqlParser.dll)
Sintaxe
'Declaração
ReadOnly Property Startup As Boolean
Get
'Uso
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
Valor da propriedade
Tipo: System. . :: . .Boolean
true if the stored procedure runs when the instance of SQL Server starts up; otherwise, false.
Consulte também