다음을 통해 공유


ExecuteForScalar 속성

Gets or sets the Boolean property value that specifies whether the object is set to the execute for scalar option.

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

구문

‘선언
Protected Property ExecuteForScalar As Boolean
    Get
    Set
‘사용 방법
Dim value As Boolean

value = Me.ExecuteForScalar

Me.ExecuteForScalar = value
protected bool ExecuteForScalar { get; set; }
protected:
property bool ExecuteForScalar {
    bool get ();
    void set (bool value);
}
member ExecuteForScalar : bool with get, set
function get ExecuteForScalar () : boolean
function set ExecuteForScalar (value : boolean)

속성 값

형식: System. . :: . .Boolean
A Boolean value that specifies whether the object is set to the execute for scalar option.
If True, the object is set for the execute for scalar option. Otherwise, False (default).

예제

속성 설정