Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Gets or sets the name of the ResultParameter.
Namespace: Microsoft.SqlServer.Dts.Tasks.DMQueryTask
Assembly: Microsoft.SqlServer.DMQueryTask (in Microsoft.SqlServer.DMQueryTask.dll)
Syntax
'Declaration
Public Property ResultName As String
Get
Set
'Usage
Dim instance As ResultParameter
Dim value As String
value = instance.ResultName
instance.ResultName = value
public string ResultName { get; set; }
public:
property String^ ResultName {
String^ get ();
void set (String^ value);
}
member ResultName : string with get, set
function get ResultName () : String
function set ResultName (value : String)
Property Value
Type: System.String
A String containing the name of the ResultParameter.