StoredProcedureParameter.ParamValue Property
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]
Namespace: Microsoft.EnterpriseManagement.Warehouse
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Usage
'Usage
Dim instance As StoredProcedureParameter
Dim value As Object
value = instance.ParamValue
instance.ParamValue = value
Syntax
'Declaration
<DataMemberAttribute> _
Public Property ParamValue As Object
[DataMemberAttribute]
public Object ParamValue { get; set; }
[DataMemberAttribute]
public:
property Object^ ParamValue {
Object^ get ();
void set (Object^ value);
}
/** @property */
public Object get_ParamValue ()
/** @property */
public void set_ParamValue (Object value)
public function get ParamValue () : Object
public function set ParamValue (value : Object)
Property Value
Returns Object.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
Development Platforms
Windows Vista, Windows Server 2003, and
Target Platforms
See Also
Reference
StoredProcedureParameter Class
StoredProcedureParameter Members
Microsoft.EnterpriseManagement.Warehouse Namespace