ResultParameter.ResultName Property
Gets or sets the name of the ResultParameter.
Namespace: Microsoft.SqlServer.Dts.Tasks.DMQueryTask
Assembly: Microsoft.SqlServer.DMQueryTask (in microsoft.sqlserver.dmquerytask.dll)
Syntax
'Deklaracja
Public Property ResultName As String
public string ResultName { get; set; }
public:
property String^ ResultName {
String^ get ();
void set (String^ value);
}
/** @property */
public String get_ResultName ()
/** @property */
public void set_ResultName (String value)
public function get ResultName () : String
public function set ResultName (value : String)
Property Value
A String containing the name of the ResultParameter.
Thread Safety
Any public static (Shared in Microsoft Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.
Target Platforms
For a list of the supported platforms, see Hardware and Software Requirements for Installing SQL Server.