Share via


IDTSResultBinding.ResultName Property

This API supports the SQL Server 2012 infrastructure and is not intended to be used directly from your code.

Gets or sets the name of the result.

Namespace:  Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask
Assembly:  Microsoft.SqlServer.SQLTask (in Microsoft.SqlServer.SQLTask.dll)

Syntax

'Declaration
Property ResultName As Object 
    Get 
    Set
'Usage
Dim instance As IDTSResultBinding 
Dim value As Object 

value = instance.ResultName

instance.ResultName = value
Object ResultName { get; set; }
property Object^ ResultName {
    Object^ get ();
    void set (Object^ value);
}
abstract ResultName : Object with get, set
function get ResultName () : Object 
function set ResultName (value : Object)

Property Value

Type: System.Object
The name of the result.

See Also

Reference

IDTSResultBinding Interface

Microsoft.SqlServer.Dts.Tasks.ExecuteSQLTask Namespace