ImportSubjectArgscSmartDataObject Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a property that contains the smartdataobject, business logic procedure, stored procedure or SQL query string used for this subject.
Namespace: DataPA.Utils.QueryEngineAssembly: DataPAQueryEngine (in DataPAQueryEngine.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string cSmartDataObject { get; set; }
Public Property cSmartDataObject As String
Get
Set
public:
virtual property String^ cSmartDataObject {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_cSmartDataObject();
function set_cSmartDataObject(value);
Property Value
Type:
StringA property that contains the smartdataobject, business logic procedure, stored procedure or SQL query string used for this subject.
Return Value
Type:
StringA property that contains the smartdataobject, business logic procedure, stored procedure or SQL query string used for this subject.
Remarks This property will be blank for freeform subjects, with have the sdo name for smartdataobject subjects, will have the business logic functionname prefixed by DF: for business logic subjects and wll have the sql query string prefixed by SQL: for sql query subjects.
See Also