DMQueryTask.OutputTableName 속성
Gets or sets the name of the table where the results of the prediction query are written.
네임스페이스: Microsoft.SqlServer.Dts.Tasks.DMQueryTask
어셈블리: Microsoft.SqlServer.DMQueryTask(Microsoft.SqlServer.DMQueryTask.dll)
구문
‘선언
Public Property OutputTableName As String
Get
Set
‘사용 방법
Dim instance As DMQueryTask
Dim value As String
value = instance.OutputTableName
instance.OutputTableName = value
public string OutputTableName { get; set; }
public:
virtual property String^ OutputTableName {
String^ get () sealed;
void set (String^ value) sealed;
}
abstract OutputTableName : string with get, set
override OutputTableName : string with get, set
final function get OutputTableName () : String
final function set OutputTableName (value : String)
속성 값
유형: System.String
A String that contains the name of the output table.