다음을 통해 공유


Startup 속성

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

네임스페이스:  Microsoft.SqlServer.Management.Smo
어셈블리:  Microsoft.SqlServer.Smo.dll의 Microsoft.SqlServer.Smo

구문

‘선언
<SfcPropertyAttribute> _
Public Property Startup As Boolean
    Get
    Set
‘사용 방법
Dim instance As StoredProcedure
Dim value As Boolean

value = instance.Startup

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

속성 값

형식: System. . :: . .Boolean
A Boolean value that specifies whether the stored procedure runs when the instance of SQL Server starts up.
If True, the stored procedure runs at startup time.
If False (default), the stored procedure does not run at startup time.