Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the type information for a parameter of a stored procedure.
Namespace: Microsoft.Web.Management.DatabaseManager
Assembly: Microsoft.Web.Management.DatabaseManager (in Microsoft.Web.Management.DatabaseManager.dll)
Syntax
'Declaration
Public Property TypeInfo As TypeInfo
'Usage
Dim instance As StoredProcedureParameter
Dim value As TypeInfo
value = instance.TypeInfo
instance.TypeInfo = value
public TypeInfo TypeInfo { get; set; }
public:
property TypeInfo^ TypeInfo {
TypeInfo^ get ();
void set (TypeInfo^ value);
}
function get TypeInfo () : TypeInfo
function set TypeInfo (value : TypeInfo)
Property Value
Type: Microsoft.Web.Management.DatabaseManager.TypeInfo
A TypeInfo object that contains the type information for the parameter.
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.