Udostępnij za pośrednictwem


Właściwość Startup

Gets or sets the Boolean property value that specifies whether the stored procedure runs when the instance of Microsoft SQL Server starts up.

Przestrzeń nazw:  Microsoft.SqlServer.Management.Smo
Zestaw:  Microsoft.SqlServer.Smo (w Microsoft.SqlServer.Smo.dll)

Syntax

'Deklaracja
<SfcPropertyAttribute(SfcPropertyFlags.None Or SfcPropertyFlags.Standalone Or SfcPropertyFlags.SqlAzureDatabase Or SfcPropertyFlags.Design)> _
Public Property Startup As Boolean
    Get
    Set
'Użycie
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)

Wartość właściwości

Typ: System. . :: . .Boolean
A Boolean wartość określająca, czy procedura składowana uruchamia kiedy wystąpienie SQL Server up. uruchamiania
Jeśli True, procedury przechowywanej uruchamia przy starcie czas.
Jeśli ma wartość FAŁSZ (domyślnie), procedura przechowywana nie działa podczas uruchamiania czas.