IDMQueryTask.OutputConnection Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the connection string to the OLE DB data source where the prediction query result will be stored.
public:
property System::String ^ OutputConnection { System::String ^ get(); void set(System::String ^ value); };
public string OutputConnection { get; set; }
member this.OutputConnection : string with get, set
Public Property OutputConnection As String
Property Value
The connection to the OLE DB data source.