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 value of the parameter.
Namespace: Microsoft.SqlServer.Dts.Tasks.WebServiceTask
Assembly: Microsoft.SqlServer.WebServiceTask (in Microsoft.SqlServer.WebServiceTask.dll)
Syntax
'Declaration
Public Property AssignedValue As String
Get
Set
'Usage
Dim instance As PrimitiveValue
Dim value As String
value = instance.AssignedValue
instance.AssignedValue = value
public string AssignedValue { get; set; }
public:
property String^ AssignedValue {
String^ get ();
void set (String^ value);
}
member AssignedValue : string with get, set
function get AssignedValue () : String
function set AssignedValue (value : String)
Property Value
Type: System.String
The value of the parameter.