Condividi tramite


Proprietà Startup

Ottiene o imposta il valore della proprietà Boolean che specifica se la stored procedure viene eseguita all'avvio dell'istanza di Microsoft SQL Server.

Spazio dei nomi  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)

Sintassi

'Dichiarazione
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase Or SfcPropertyFlags.Design)> _
Public Property Startup As Boolean
    Get
    Set
'Utilizzo
Dim instance As StoredProcedure
Dim value As Boolean

value = instance.Startup

instance.Startup = value
[SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase|SfcPropertyFlags.Design)]
public bool Startup { get; set; }
[SfcPropertyAttribute(SfcPropertyFlags::None|SfcPropertyFlags::Standalone|SfcPropertyFlags::SqlAzureDatabase|SfcPropertyFlags::Design)]
public:
property bool Startup {
    bool get ();
    void set (bool value);
}
[<SfcPropertyAttribute(SfcPropertyFlags.None|SfcPropertyFlags.Standalone|SfcPropertyFlags.SqlAzureDatabase|SfcPropertyFlags.Design)>]
member Startup : bool with get, set
function get Startup () : boolean
function set Startup (value : boolean)

Valore proprietà

Tipo: System. . :: . .Boolean
Valore Boolean che specifica se la stored procedure viene eseguita all'avvio dell'istanza di SQL Server.
Se True, la stored procedure viene eseguita all'avvio.
Se False (impostazione predefinita), la stored procedure non viene eseguita all'avvio.