Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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.