SqlSmoObject.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(Microsoft.SqlServer.Smo.dll)

구문

‘선언
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).

속성 설정

참고 항목

참조

SqlSmoObject 클래스

Microsoft.SqlServer.Management.Smo 네임스페이스