Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.
Specifies the name of the result.
Namespace: Microsoft.SqlServer.Dts.Tasks.DMQueryTask
Assembly: Microsoft.SqlServer.DMQueryTask (in Microsoft.SqlServer.DMQueryTask.dll)
Syntax
'Declaration
Protected m_resultName As String
'Usage
Dim value As String
value = Me.m_resultName
Me.m_resultName = value
protected string m_resultName
protected:
String^ m_resultName
val mutable m_resultName: string
protected var m_resultName : String