0 out of 1 rated this helpful - Rate this topic

SqlSmoObject::ExecuteForScalar Property

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

Namespace:  Microsoft.SqlServer.Management.Smo
Assembly:  Microsoft.SqlServer.Smo (in Microsoft.SqlServer.Smo.dll)
protected:
property bool ExecuteForScalar {
	bool get ();
	void set (bool value);
}

Property Value

Type: 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).
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.