DataParameter.SetTypeCore Method
Sets the data type of the current parameter.
Namespace: Microsoft.VisualStudio.Data.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'宣言
Protected MustOverride Sub SetTypeCore ( _
value As String _
)
protected abstract void SetTypeCore(
string value
)
protected:
virtual void SetTypeCore(
String^ value
) abstract
abstract SetTypeCore :
value:string -> unit
protected abstract function SetTypeCore(
value : String
)
Parameters
- value
Type: System.String
A parameter data type.
Remarks
Notes to Inheritors
The derived class must override this method.
.NET Framework Security
- 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.
See Also
Reference
Microsoft.VisualStudio.Data.Framework Namespace
GetTypeImpl()